Skip to content

Commit

Permalink
Add a 1 minute tick too.
Browse files Browse the repository at this point in the history
  • Loading branch information
coderanger committed Jul 19, 2011
1 parent 013ed81 commit 4cc5f3e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions statusboard/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@
'task': 'statusboard.core.tasks.gather_requests',
'schedule': timedelta(minutes=1),
},
'plugin-tick-1': {
'task': 'statusboard.core.tasks.plugin_ticks',
'schedule': tick_schedule(minutes=1),
'args': (1,),
},
'plugin-tick-5': {
'task': 'statusboard.core.tasks.plugin_ticks',
'schedule': tick_schedule(minutes=5),
Expand Down

0 comments on commit 4cc5f3e

Please sign in to comment.