resque_spec icon indicating copy to clipboard operation
resque_spec copied to clipboard

Resque Spec: Identify currently working job

Open sithara opened this issue 8 years ago • 1 comments

How do we set the expectation that the worker is currently processing a job ? Can we stub the perform method, delay and validate ?

sithara avatar Feb 14 '17 09:02 sithara

Hi @sithara,

That might work for simulating the work load of the perform method if you have some timing issues.

What kind of problem are you trying to spec out?

leshill avatar Feb 14 '17 22:02 leshill