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

DelayedJobs are not firing fix.

Open oividioscaeremos opened this issue 2 years ago • 0 comments

Since the key is used for both RecurringJobs and DelayedJobs, I added a line that checks for the Queue attribute if RecurringJobId is null. The first line is to get rid of unnecessary exceptions that is thrown when the key parameter is null at line 102.

oividioscaeremos avatar Oct 06 '22 10:10 oividioscaeremos