Class: ProconBypassMan::BaseJob

Inherits:
Object
  • Object
show all
Extended by:
ProconBypassMan::Background::JobPerformable
Defined in:
lib/procon_bypass_man/background/jobs/base_job.rb

Class Method Summary collapse

Methods included from ProconBypassMan::Background::JobPerformable

perform, perform_async

Class Method Details

.re_enqueue_if_failedBoolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/procon_bypass_man/background/jobs/base_job.rb', line 5

def self.re_enqueue_if_failed
  false
end