Hangfire v1.6.29 Release Notes

Release Date: 2020-04-15 // about 4 years ago
  • ๐Ÿš€ Release Notes

    Hangfire.Core

    • โž• Added โ€“ Add built-in support for reliable shutdown detection of ASP.NET apps.
    • ๐Ÿ”„ Changed โ€“ Internal feature to perform state changes without calling any filters.
    • ๐Ÿ›  Fixed โ€“ Let workers to ignore any state change filters when all previous attempts to call them failed.
    • ๐Ÿ›  Fixed โ€“ Don't let DelayedJobScheduler to stall the pipeline when state filters throw an exception.
    • ๐Ÿ›  Fixed โ€“ JobLoadException when new methods deployed, caused by overlapped recycles in ASP.NET applications.
    • ๐Ÿ›  Fixed โ€“ Configuration changes aren't taken into account, caused by overlapped recycles in ASP.NET.
    • ๐Ÿ›  Fixed โ€“ Zombie servers shown on the "Servers" page that aren't stopped automatically unless app pool is recycled.
    • ๐Ÿ›  Fixed โ€“ Add another check before removing non-existing jobs from delayed jobs to avoid race conditions.