Hangfire.AzureCosmosDb icon indicating copy to clipboard operation
Hangfire.AzureCosmosDb copied to clipboard

Jobs never being executed

Open RomanKreisel opened this issue 1 year ago • 7 comments

I have a pretty standard setup (using ASP.NET Core 6, following examples from hangfire.io and this github page), but the jobs are never being executed.

  • plenty of documents are written to the cosmos db
  • one of them seems to contain my current machine with 20 workers
  • other ones seem to be related to the jobs (e.g. names, methods called, etc.)
  • for testing I only called static methods such as Console.WriteLine()
  • Unfortunately the jobs never get called
  • When i switched to "UseMemoryStorage()", it immediately worked as intended
  • I started with Cosmos SDK 3.27.2 - but also the upgrade to the latest 3.29.0 didn't help

RomanKreisel avatar Jul 29 '22 08:07 RomanKreisel