class Procrastinate::SpawnStrategy::Simple
Public Instance Methods
notify_dead()
click to toggle source
# File lib/procrastinate/spawn_strategy/simple.rb, line 10 def notify_dead end
notify_spawn()
click to toggle source
# File lib/procrastinate/spawn_strategy/simple.rb, line 7 def notify_spawn end
should_spawn?()
click to toggle source
# File lib/procrastinate/spawn_strategy/simple.rb, line 3 def should_spawn? true end