Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dnr committed Aug 26, 2022
1 parent 15955e2 commit 7940852
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions temporal/api/schedule/v1/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,10 @@ message CalendarSpec {
// Note that the special case that some cron implementations have for treating
// day_of_month and day_of_week as "or" instead of "and" when both are set is
// not implemented.
// A CronString gets compiled into a StructuredCalendarSpec, which will be
// returned if you describe the schedule.
// 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.
message CronString {
string cron_spec = 1;
// Free-form comment describing the intention of this spec.
Expand Down

0 comments on commit 7940852

Please sign in to comment.