We are using Hangfire to send 500+ delayed jobs each day, via SMS and Email. Each delayed job is supposed to be sent at 8am. But because there are 500 to process, hangfire takes time to send each one out: which means the first few get sent/fired at 8am, some get sent/fired at 8.05am, some others at 8.10am etc., all the way to 9am. Does somebody have an idea on how to get all the delayed jobs to be fired at 8am? (=faster processing). Should we use batches?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Hangfire has taken more time to process a Job | 0 | 646 | June 4, 2019 | |
Reported Processing time | 0 | 673 | January 12, 2018 | |
Problem with Delayed Job - I am in big trouble | 26 | 12351 | July 24, 2015 | |
Passing arguments to the delayed job | 1 | 1721 | November 26, 2014 | |
Job not executing in early morning times (ie. 3am) | 1 | 960 | May 29, 2017 |