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

Azure Cosmos DB storage provider for Hangfire

Results 7 Hangfire.AzureCosmosDb issues
Sort by recently updated
recently updated
newest added

Fixed issue with fetched_at property being present with a NULL value this results in queued items not being picked up. Also threw out Linq as it creates queries with huge...

I get a constant exception: exception thrown: Exception: Microsoft.Azure.Documents.BadRequestException: Message: {"Errors":["The order by query does not have a corresponding composite index that it can be served from."]} But there doesn't...

Hi, Root issue: https://github.com/HangfireIO/Hangfire/issues/2319 Similar issue and more detailed can be found at: https://github.com/GeXiaoguo/Hangfire.MAMQSqlExtension/issues/14 TLDR: Updating Hangfire did depricate and change some things in AddOrUpdate, but queue is still there....

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...

In the current implementation there's no way to pass the Throughput Properties to set it. example : - Current implementation : ``` private async Task InitializeAsync(CancellationToken cancellationToken = default) {...

It's not always neccessary to perform db initialization on every run. Also, users might have issues with db/container/stored procedures creation when native RBAC is enabled due to management operation limitations:...

In an unstable environment where an application may crash or restart due to some external issue, there may be a case where some jobs may hang and never be moved...