#1197·Hangfire

Maximum hangfire job duration for long running jobs

Author: rybamaCreated Jun 5, 2018Updated Jun 18, 2026

Hello,

In our project we have a few Hangfire jobs which take a lot time (possibly more than an hour). We noticed a strange behaviour for that jobs, only partial execution is complete (for example only some of the data is removed instead of everything). I was wondering if there's a default timeout on the time job is executing. If yes, could you direct me to the setting where this can be changed (either globally or for specific job), I couldn't find in the docs.

Thanks, Marcin