Skip to content

Commit

Permalink
fix job name
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jun 10, 2021
1 parent 134fd4b commit bfdd8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jobs/user_token_job.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class UserJob < ApplicationJob
class UserTokenJob < ApplicationJob
queue_as :volpino

rescue_from ActiveJob::DeserializationError, ActiveRecord::ConnectionTimeoutError, Faraday::TimeoutError do
Expand Down

0 comments on commit bfdd8a7

Please sign in to comment.