New Discussion

Notifications

You’re not receiving notifications from this thread.

Why is sidekiq not working properly in development?

3
Rails

I have some sidekiq workers and they work great in production but in development I'm getting errors like
NameError: uninitialized constant TicketAssignedWorker..
sidekiq.yml


:concurrency: 6
:pidfile: ./tmp/pids/sidekiq.pid
:logfile: ./log/sidekiq.log
:max_retries: 5
:queues:

  • default
  • [high_priority, 2]

Sidekiq is used by GitLab as a background job processor to run tasks asynchronously. When things go wrong, it can be difficult to troubleshoot.

GitLab uses Sidekiq as a background job processor to carry out asynchronous tasks. Troubleshooting can be difficult when something goes wrong.

Very clearly

Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 88,834+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.