imranmomin / Hangfire.AzureCosmosDb

Azure Cosmos DB storage provider for Hangfire
https://www.hangfire.io/
MIT License
17 stars 16 forks source link

Fix issue where expireDocuments stored procedure wouldn't run #23

Closed bzumhagen closed 3 years ago

bzumhagen commented 3 years ago

The query syntax was wrong (!== isn't valid SQL), and the tryQueryAndUpdate function was never actually executed

bzumhagen commented 3 years ago

@imranmomin FYI

imranmomin commented 3 years ago

@bzumhagen - Thank you for the PR. I thin the JavaScript took over me. :-)