1
0
Fork 0

Run archive task hourly

environments/stage/deployments/91
Nikos Roussos 2018-03-08 11:31:27 +02:00
parent 8193136765
commit 3a0bafcf66
No known key found for this signature in database
GPG Key ID: BADFF1767BA7C8E1
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def setup_periodic_tasks(sender, **kwargs):
sender.add_periodic_task(RUN_HOURLY, station_status_update.s(),
name='station-status-update')
sender.add_periodic_task(RUN_DAILY, clean_observations.s(),
sender.add_periodic_task(RUN_HOURLY, clean_observations.s(),
name='clean-observations')
sender.add_periodic_task(RUN_HOURLY, stations_cache_rates.s(),