Skip to content

Commit

Permalink
Update cron to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vladyio committed Jul 8, 2024
1 parent ffaab7d commit 9697581
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/crontab
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
@hourly bundle exec rails runner 'DlCleanup.call'
SHELL=/bin/bash
BASH_ENV=/rails/tmp/.cron.env

@hourly cd /rails && bin/rails runner 'DlCleanup.call' >> /tmp/cron.log 2>&1

0 comments on commit 9697581

Please sign in to comment.