We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7df9ee commit 526ac43Copy full SHA for 526ac43
src/jobs.rs
@@ -94,7 +94,7 @@ pub fn default_jobs() -> Vec<JobSchedule> {
94
name: TypesPlanningMeetingThreadOpenJob.name(),
95
// We want last Monday of every month, but cron unfortunately doesn't support that
96
// Instead, every Monday and we can check
97
- schedule: Schedule::from_str("0 0 12 ? * * *").unwrap(),
+ schedule: Schedule::from_str("0 0 0 ? * MON *").unwrap(),
98
metadata: serde_json::Value::Null,
99
},
100
]
0 commit comments