socialpandas / sidekiq-superworker

Directed acyclic graphs of Sidekiq jobs
MIT License
438 stars 34 forks source link

Superworker jobs don't reload #17

Closed felipeclopes closed 10 years ago

felipeclopes commented 10 years ago

Hello,

in my environment, I am running a sidekiq in a separated server from the application server, but every time I redeploy my code to the worker server, the superworker jobs seems to not reload.

I kill the Sidekiq process and start it again, but it doesn't reload. It only reloads when I restart the server.

Otherwise it keeps chaining with the old workers, do you know how to solve that?

felipeclopes commented 10 years ago

The issue was not in superworker.

It happened because the daemon that enqueue the jobs in my Sidekiq was not reloading the new superworker structure, since it didn't stopped running.