mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-23 05:15:45 -04:00
FIX: Referenced job incorrectly in clockwork
This commit is contained in:
parent
e6cd835928
commit
04998a6687
1 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,6 @@ module Clockwork
|
|||
every(10.minutes, 'periodical_updates')
|
||||
every(1.day, 'version_check')
|
||||
every(1.minute, 'clockwork_heartbeat')
|
||||
every(1.minute, 'email_poll')
|
||||
every(1.minute, 'poll_mailbox')
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue