Open siada opened 8 years ago
Might be the order, I think you need to run app.UseHangfireServer so it creates the queues first.
Sorry bad example really, in the code base they are the other way around, the job is defined after the UseHangfireServer is called.
This could be related to #705.
I've got 2 applications both with their own recurring jobs and I need them to both run on the same SQL database. I've tried assigning queues to the jobs and I've set the BackgroundJobServerOptions.Queues to the queue names I want each app to work from, however both apps are picking up every recurring job and there doesn't seem to be anything in the actual queues (all jobs go into DEFAULT)
This is on app 1:
This is on app 2: