Skip to content

Commit

Permalink
fix ig loading description
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammjammjamm committed Feb 21, 2025
1 parent d781169 commit ef7d507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/inferno/config/boot/ig_files.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Inferno::Application.register_provider(:ig_files) do
prepare do
# This process should only run once, to start one job per validator,
# so skipping it on workers will start it only once from the "web" process
# This process should only run once, so skipping it on workers will start it
# only once from the "web" process
next if Sidekiq.server?

target_container.start :logging
Expand Down

0 comments on commit ef7d507

Please # to comment.