Skip to content

Commit c92e000

Browse files
committed
Make concurrency/0 overridable by workers
1 parent 4c7abbb commit c92e000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/que/worker.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ defmodule Que.Worker do
182182
end
183183

184184

185-
defoverridable [on_success: 1, on_failure: 2, on_setup: 1, on_teardown: 1]
185+
defoverridable [on_success: 1, on_failure: 2, on_setup: 1, on_teardown: 1, concurrency: 0]
186186

187187

188188

0 commit comments

Comments
 (0)