Skip to content

Commit a1d4adb

Browse files
fix: update log deletion task name for clarity
1 parent 2fa6bb1 commit a1d4adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api/plane/celery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"task": "plane.bgtasks.cleanup_task.delete_api_logs",
5454
"schedule": crontab(hour=2, minute=30), # UTC 02:30
5555
},
56-
"check-every-day-to-delete-logs": {
56+
"check-every-day-to-delete-email-notification-logs": {
5757
"task": "plane.bgtasks.cleanup_task.delete_email_notification_logs",
5858
"schedule": crontab(hour=3, minute=0), # UTC 03:00
5959
},

0 commit comments

Comments
 (0)