Ask A Question

Notifications

You’re not receiving notifications from this thread.

Why is sidekiq not working properly in development?

Peter vande Put asked in 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]
Reply

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

Reply

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

Reply

Very clearly

Reply
Join the discussion
Create an account Log in

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

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

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