Skip to content

Commit

Permalink
update cron file
Browse files Browse the repository at this point in the history
  • Loading branch information
thakurpriya1990 committed Feb 12, 2024
1 parent 146722c commit 2d03af0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cron
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
0 1 * * * root eval $(grep -v '^#' /etc/.cronenv | xargs -d "\n" -I {} echo export \"{}\" ) && python3 /app/manage.py runcrons >> /app/logs/cronjob.log 2>&1

*/5 * * * * root eval $(grep -v '^#' /etc/.cronenv | xargs -d "\n" -I {} echo export \"{}\" ) && python3 /app/manage.py runcrons >> /app/logs/cronjob.log 2>&1

0 comments on commit 2d03af0

Please sign in to comment.