Konstantin Chuvilev
Konstantin Chuvilev
That's interesting. In addition to that, in my case `_rels/.rels` file has several `
@hunyu the attached code snippet is what I want to suggest instead of how it is implemented right now. Please check the link, that is already linked in the issue...
@imranmomin on my local machine this situation can be reproduced by replacing https://github.com/imranmomin/Hangfire.AzureCosmosDb/blob/6e6b0400f02b4cf490edd2e29f278892ccaf8afa/sample/Program.cs#L37 with another overload (using CosmosClient instance in parameters): ```cs o.UseAzureCosmosDbStorage(new CosmosClient(url, secretKey, cosmoClientOptions), database, collection); ``` Also,...
Unfortunately, there are no Hangfire related warnings/errors. I have enabled additional logging to catch such problems in future.
> My guess is that after the job completed it mostly likely failed with other housekeeping tasks were called. i.e update state, counters and so on. Most likely the job...