Exception: BackupRestore::RunningSidekiqJobsError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- BackupRestore::RunningSidekiqJobsError
- Defined in:
- lib/backup_restore/system_interface.rb
Instance Method Summary collapse
-
#initialize ⇒ RunningSidekiqJobsError
constructor
A new instance of RunningSidekiqJobsError.
Constructor Details
#initialize ⇒ RunningSidekiqJobsError
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 |