It breaks hangfire pipeline. Briefly. We faced the problem that our worker thread seems to be stuck processing jobs, but no exceptions, no errors showed in logs. Furthermore, sometimes we had our jobs succeeded, but they still sits in jobqueue as if DELETE FROM hangfire.jobqueue WHERE id = @Id AND fetchedat = @FetchedAt never satisfied. We got rid of Npgsql.EnableLegacyTimestampBehavior and everything seems to be ok now.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Jobs getting stuck at fetched with Hangfire.postgresql | 3 | 1598 | December 23, 2020 | |
Hangfire with UsePostgreSqlStorage settings and concurrency | 0 | 1411 | May 28, 2023 | |
Jobs stuck in enqued state | 0 | 960 | September 6, 2021 | |
Hangfire equee not work | 0 | 1603 | August 30, 2019 | |
Hangfire.PostgreSql: recurring job connection error after few hours of work | 0 | 2816 | April 11, 2016 |