Skip to content

Commit

Permalink
fix: cron job overwrite issue by appending inactive_users.py schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuj-Gupta4 committed Feb 18, 2025
1 parent cd05843 commit 7953cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ services:
echo '* */3 * * * /opt/scheduler/unlock_tasks.py' > ./crontab
# Task unlocking every Sunday 00:00
echo '0 0 * * 0 /opt/scheduler/inactive_users.py' > ./crontab
echo '0 0 * * 0 /opt/scheduler/inactive_users.py' >> ./crontab
exec /usr/local/bin/supercronic ./crontab
"
Expand Down

0 comments on commit 7953cf0

Please sign in to comment.