Sergey Odinokov
Sergey Odinokov
Unfortunately I don't understand what happens here – we have a proper HTTP request with the required type and form data, we call ASP.NET Core's method to read this form,...
You can tune `BackgroundJobServerOptions.ServerTimeout` to a value higher than the default (5 minutes) to handle longer periods of connectivity problems between processing servers and their storage. Unfortunately, you'd need to...
What version of Hangfire.Core you are using, and what storage package (and its version)?
The `Server was considered dead by other server, restarting..` message occurs when getting [`BackgroundServerGoneException`](https://github.com/HangfireIO/Hangfire/blob/96c5d825ab3ee6f123f9e041ac301881e168e508/src/Hangfire.Core/Server/ServerHeartbeatProcess.cs#L67) when calling the [`Heartbeat`](https://github.com/hangfire-postgres/Hangfire.PostgreSql/blob/1.20.10/src/Hangfire.PostgreSql/PostgreSqlConnection.cs#L507) method of a storage connection. Hangfire.Postgresql uses [database server's clock](https://github.com/hangfire-postgres/Hangfire.PostgreSql/blob/1.20.10/src/Hangfire.PostgreSql/PostgreSqlConnection.cs#L498) as the...
Hm, I see only a single change that can cause this – component responsible for prolonging invisibility timeout now listens the `shutdown` event while waiting for delay, instead of the...
So it's not on Hangfire's side, am I right?
Thank you so much for reporting this! And looks like I need help in validating my logic below, because my results don't make any sense. Several years ago, in the...