Skip to content

Commit

Permalink
Smaller number is higher priority is the default now
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp committed Jul 13, 2024
1 parent e54d7f9 commit 6f87598
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/initializers/good_job.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# frozen_string_literal: true

Rails.application.configure do
# Opt-in to default behaviour for priority in Active Job
# See: https://github.com/bensheldon/good_job/pull/883
config.good_job.smaller_number_is_higher_priority = true
# GoodJob recurring jobs
# See https://github.com/bensheldon/good_job#cron-style-repeatingrecurring-jobs
config.good_job.enable_cron = true
Expand Down

0 comments on commit 6f87598

Please sign in to comment.