Skip to content

Commit

Permalink
fix: adding scheduled tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
sriramveeraghanta committed Oct 10, 2024
1 parent 8a866e4 commit 0c1c6de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apiserver/plane/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
"task": "plane.bgtasks.deletion_task.hard_delete",
"schedule": crontab(hour=0, minute=0),
},
"run-every-6-hours-for-instance-trace": {
"task": "plane.license.bgtasks.tracer.instance_traces",
"schedule": crontab(hour="*/6"),
},
}

# Load task modules from all registered Django app configs.
Expand Down

0 comments on commit 0c1c6de

Please sign in to comment.