Skip to content

Commit

Permalink
add send users active tasks email
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikvirendrar committed Nov 12, 2024
1 parent 6f7a9d3 commit 1805090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/backend/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"Send_mail_to_users_active": {
"task": "send_active_tasks_mail",
"schedule": crontab(minute=0, hour="11"),
"schedule": crontab(minute=0, hour=23),
},
"Send_mail_to_managers_new": {
"task": "send_new_tasks_mail",
Expand Down

0 comments on commit 1805090

Please sign in to comment.