contribsys / faktory_worker_ruby

Faktory worker for Ruby
GNU Lesser General Public License v3.0
214 stars 31 forks source link

getting Error: "unknown: No jobtype registered: RunnerWorker" #40

Closed joshdvir closed 4 years ago

joshdvir commented 4 years ago

Hi,

I have an inconsistent issue with the ruby worker.

When calling specific worker sometimes I get the error "unknown: No jobtype registered: RunnerWorker"

The worker doesn't recognize the "RunnerWorker".

"RunnerWorker" is the only worker in the system and I start faktory-worker like this: "bundle exec faktory-worker --require ./workers/runner_worker.rb --queue runner-manager,1 --environment production"

Your help is appreciated

Josh.

mperham commented 4 years ago

The word "registered" does not exist in fwr master or faktory master. I have no idea where this error message is coming from. Are you running another type of worker?

joshdvir commented 4 years ago

@mperham thank you, you are right we were listening on the same queue with another worker a nodejs one.