0
yunusemrecaglar created
1 Answer(s)
-
0
Hi, to be honest, this is not related to ABP, rather it's all about Hangfire. We provide Hangfire Background Jobs Manager yes, but this is a thin wrapper to Hangfire. So, you can rely on Hangfire's own documentation for this, we are just abstracting their implementation and integrate with our own Background Jobs System.
As far as I understand from the documentation of Hangfire, Hangfire doesn't guarantee strict job execution order within a queue, especially under concurrency, and it relies on the concrete storage implementation.
Here is a note about "processing order" of Hangfire Background Job Manager:
You can check Hangfire's documentation, but it seems there is no certain way for that.
Regards.