Hi there
I have ran into a problem whilst using the MongoDB driver. When i queue 250 jobs at once with a maximum number of retries of two after a few minutes, all the jobs fail to be enqueued and remain in the scheduled state.
The Hangfire.Mongo version is 0.2.1, and runs fine otherwise. From a guess it looks like the database cannot handle the large load of job states transitioning. I tried the same scenario with a Postgres database and it worked fine, so it does lead me to believe that this is a database level issue with Mongo.
Does anybody know anything around this, and possible ways to prevent it from happening.
Best