Thanks for getting these changes out so early for Rails 8!
As a default, it might be a good idea to check more locations though? Or maybe even just do this check for solid queue and leave sidekiq as a gem only check?
For example, in my applications using sidekiq all jobs are placed in app/workers
.
Running the default generator (rails generate sidekiq:job hard
) for sidekiq places them in app/sidekiq
.