HangfireIO / HangfireIO/Hangfire
Recurring job '?' can not be scheduled due to job load exception.
- Dominant language
- C#
- Stars
- 10.1k
- Forks
- 1.8k
- Avg merge
- 1h 19m
- Merged PRs (30d)
- 1
Description
Talking about Scalability/Distrubted Systems I think each server might see only its queues.
In my production envrionment I'm running two instances in two servers. Each server actually runs over different queues as below

Server "A" has only libraries needed there and in the other server ("B") only the libraries needed also. When server "B" tries to Schedule a job it throws `JobLoadException` because there's no library into its binary folder. What I suggest is to change few classes to restrict `RecurringJobScheduler` class to watch only the right queues.
The queue is already in the context and could be used to filter recurring-jobs as well.

Contributor guide
Assessment
This issue has not been assessed yet.