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
timezone | *[optional]* Default value is `TimeZoneInfo.Local`.
110
+
timezone | *[optional]* Default value is `TimeZoneInfo.Utc`.
111
111
queue | *[optional]* The specified queue name , default value is `default`.
112
112
job-data | *[optional]* Similar to the [quartz.net](http://www.quartz-scheduler.net/)`JobDataMap`, it is can be deserialized to the type `Dictionary<string,object>`.
113
113
enable | *[optional]* Whether the `RecurringJob` can be added/updated, default value is true, if false `RecurringJob` will be deleted automatically.
0 commit comments