Skip to content

Commit

Permalink
Special event name
Browse files Browse the repository at this point in the history
  • Loading branch information
hs-arodrigues committed Mar 28, 2024
1 parent 7b7c5af commit 96c2708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/que/worker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def work_job(metajob)
rescue Exception => error
Que.log(
level: :debug,
event: :job_errored,
event: :mysterious_job_errored,
job_id: metajob.id,
error: {
class: error.class.to_s,
Expand Down

0 comments on commit 96c2708

Please sign in to comment.