Exception: BackupRestore::RunningSidekiqJobsError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/backup_restore/system_interface.rb

Instance Method Summary collapse

Constructor Details

#initializeRunningSidekiqJobsError

Returns a new instance of RunningSidekiqJobsError.



5
6
7
# File 'lib/backup_restore/system_interface.rb', line 5

def initialize
  super("Sidekiq did not finish running all the jobs in the allowed time!")
end