Skip to content

Commit

Permalink
Make concurrency/0 overridable by workers
Browse files Browse the repository at this point in the history
  • Loading branch information
danxexe committed Apr 24, 2019
1 parent 4c7abbb commit c92e000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/que/worker.ex
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ defmodule Que.Worker do
end


defoverridable [on_success: 1, on_failure: 2, on_setup: 1, on_teardown: 1]
defoverridable [on_success: 1, on_failure: 2, on_setup: 1, on_teardown: 1, concurrency: 0]



Expand Down

0 comments on commit c92e000

Please sign in to comment.