Skip to content

Commit

Permalink
Fix initializers path in README (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
adacosta committed Apr 5, 2024
1 parent f426715 commit cc4edc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ MyRegularJob:
Then we can conditionally load it via an initializer:

```ruby
# config/initializer/sidekiq.rb
# config/initializers/sidekiq.rb
if ENV.fetch("IS_SCHEDULER", false)
Sidekiq.configure_server do |config|
config.on(:startup) do
Expand Down

0 comments on commit cc4edc8

Please sign in to comment.