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

Adds [MaximumConcurrentExecutions(n)] attribute to Hangfire.IO to throttle executions of a job

Results 2 Hangfire.MaximumConcurrentExecutions issues
Sort by recently updated
recently updated
newest added

Keep getting a distributed lock time out on a recurring job that fires every 15th minute. ```[MaximumConcurrentExecutions(1)]``` ```Hangfire.Storage.DistributedLockTimeoutException: Timeout expired. The timeout elapsed prior to obtaining a distributed lock on...

bug
help wanted

See https://github.com/HangfireIO/Hangfire/issues/1053 - we have all the same problems because we use the same implementation

help wanted