Skip to content

Commit

Permalink
@every with phase
Browse files Browse the repository at this point in the history
  • Loading branch information
dnr committed Sep 8, 2022
1 parent 4ac012b commit 4d69920
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions temporal/api/schedule/v1/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,9 @@ message CalendarSpec {
// not implemented.
// A CronString in the format above gets compiled into a StructuredCalendarSpec,
// which is what will be returned if you describe the schedule.
// @every <interval> is accepted and gets compiled into an IntervalSpec instead.
// <interval> should have a unit suffix s, m, h, or d.
// @every <interval>[/<phase>] is accepted and gets compiled into an
// IntervalSpec instead. <interval> and <phase> should have a unit suffix s, m,
// h, or d.
message CronString {
string cron_spec = 1;
// Free-form comment describing the intention of this spec.
Expand Down

0 comments on commit 4d69920

Please sign in to comment.