We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424501d commit 1e41fcfCopy full SHA for 1e41fcf
lib/async/job/processor/redis/server.rb
@@ -81,6 +81,11 @@ def call(job)
81
82
protected
83
84
+ # Dequeue a job from the ready list and process it.
85
+ #
86
+ # If the job fails for any reason, it will be retried.
87
88
+ # If you do not desire this behavior, you should catch exceptions in the delegate.
89
def dequeue(parent)
90
_id = @processing_list.fetch
91
0 commit comments