Pavel Nabutovsky
Results
1
comments of
Pavel Nabutovsky
Unfortunately the current job execution code is: ``` timeout_job_after(task.ttr > 1 ? task.ttr - 1 : task.ttr) { job_class.perform(*args) } ```