You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`@monthly`| Run once a month, midnight, first of month |`0 0 1 * *`|
111
-
|`@weekly`| Run once a week, midnight between Sat/Sun |`0 0 * * 0`|
112
-
|`@daily (or @midnight)`| Run once a day, midnight |`0 0 * * *`|
113
-
|`@hourly`| Run once an hour, beginning of hour |`0 * * * *`|
114
-
115
-
#### Intervals
116
-
117
-
You may also schedule a job to execute at fixed intervals, starting at the time it's added
118
-
or cron is run. This is supported by formatting the cron spec like this:
119
-
120
-
@every <duration>
121
-
122
-
where "duration" is a string accepted by [time.ParseDuration](http://golang.org/pkg/time/#ParseDuration).
123
-
124
-
For example, `@every 1h30m10s` would indicate a schedule that activates after 1 hour, 30 minutes, 10 seconds, and then every interval after that.
125
-
126
94
## One click deployment
127
95
128
96
[](https://console.aws.amazon.com/cloudformation/home?region=us-west-1#/stacks/new?stackName=Podsync&templateURL=https://podsync-cf.s3.amazonaws.com/cloud_formation.yml)
0 commit comments