fix: celery timestamp changes
This commit is contained in:
parent
f3ac26e5c9
commit
2d60337eac
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ app.conf.beat_schedule = {
|
|||
},
|
||||
"run-every-6-hours-for-instance-trace": {
|
||||
"task": "plane.license.bgtasks.tracer.instance_traces",
|
||||
"schedule": crontab(hour="*/6"),
|
||||
"schedule": crontab(hour="*/6", minute=0),
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue