HangfireIO / Hangfire.Azure.ServiceBusQueue

ServiceBus Queue support for SQL Server job storage implementation
MIT License
58 stars 33 forks source link

On long job (more than 8 mins) hang fire task are cancelled #21

Open jgiacomini opened 2 years ago

jgiacomini commented 2 years ago

Hello,

I am just switching on HangFire.Azure.ServiceBusQueue, after the deployement I saw my long job are always cancelled after 8 mins. The Task is cancelled.

I will rollback to HangFire.SqlServer to check if I have the same issue.

If you need help to identify the issue I can also help.

Many thank for all the work done on the HangFire project!

EDIT : after rollbacking on HangFire.SqlServer without HangFire.Azure.ServiceBusQueue everything is functionnal.