We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9d66a commit 085bdc4Copy full SHA for 085bdc4
1 file changed
lib/perfectqueue/task_monitor.rb
@@ -60,6 +60,7 @@ def set_task(task, runner)
60
@mutex.synchronize {
61
@task = task
62
@last_task_heartbeat = @task.timeout.to_i
63
+ Thread.pass until @thread.stop? if @thread
64
}
65
end
66
0 commit comments