We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767d664 commit 4422f4cCopy full SHA for 4422f4c
1 file changed
src/main.rs
@@ -48,7 +48,7 @@ async fn main() {
48
let state2 = state.clone();
49
50
cron.add(
51
- Job::new_async("0 */4 * * * *", move |_uuid, _l| {
+ Job::new_async("1 1 1 * * * *", move |_uuid, _l| {
52
let state2 = state2.clone();
53
Box::pin(async move {
54
info!("Running cron job: Updating platform detection data");
0 commit comments