Revert "FIX: heartbeat should be per host"

This reverts commit 17bed44405.
This commit is contained in:
David Taylor 2019-08-30 11:25:59 +01:00
parent be96c4478e
commit 5d4fcc62bb

View File

@ -4,7 +4,6 @@ module Jobs
# used to ensure at least 1 sidekiq is running correctly
class Heartbeat < Jobs::Scheduled
per_host
every 3.minute
def execute(args)