Skip to content

Commit 1e41fcf

Browse files
committed
Add documentation.
1 parent 424501d commit 1e41fcf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/async/job/processor/redis/server.rb

+5
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ def call(job)
8181

8282
protected
8383

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.
8489
def dequeue(parent)
8590
_id = @processing_list.fetch
8691

0 commit comments

Comments
 (0)