fix: url name
This commit is contained in:
@@ -25,5 +25,5 @@ app.conf.beat_schedule = {
|
||||
if settings.HEALTHCHECKS_URL is not None and settings.HEALTHCHECKS_URL != "":
|
||||
# If a healthcheck is configured, this will send an hourly ping to the healthchecks server
|
||||
app.conf.beat_schedule['hourly-healthcheck'] = {'task': 'tools.healthcheck',
|
||||
'schedule': crontab(minute=32),
|
||||
'schedule': crontab(minute=43),
|
||||
}
|
||||
|
Reference in New Issue
Block a user