Skip to content

Commit

Permalink
Default run each time
Browse files Browse the repository at this point in the history
  • Loading branch information
evenicoulddoit committed Nov 30, 2016
1 parent c44e552 commit cdb858a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_cron/cron.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class FailedRunsNotificationCronJob(CronJobBase):
either per-job or project wide) an email is sent to all relevant parties
detailing the error.
"""
RUN_EVERY_MINS = 30
RUN_EVERY_MINS = 0

schedule = Schedule(run_every_mins=RUN_EVERY_MINS)
code = 'django_cron.FailedRunsNotificationCronJob'
Expand Down

0 comments on commit cdb858a

Please sign in to comment.