Skip to content

Commit 4422f4c

Browse files
committed
update cron
1 parent 767d664 commit 4422f4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async fn main() {
4848
let state2 = state.clone();
4949

5050
cron.add(
51-
Job::new_async("0 */4 * * * *", move |_uuid, _l| {
51+
Job::new_async("1 1 1 * * * *", move |_uuid, _l| {
5252
let state2 = state2.clone();
5353
Box::pin(async move {
5454
info!("Running cron job: Updating platform detection data");

0 commit comments

Comments
 (0)