Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#209 - Add Support for Sliding Invisibility Timeouts #353

Commits on Apr 13, 2024

  1. Port sliding invisibility timeout from Hangfire SQL Server storage

    This uses the same fetching as normal invisibility timeout except with an added background update to update the FetchedAt time regularly
    This is disabled by default and must be set in PostgreSqlStorageOptions SlidingInvisibilityTimeout to enable it's usage.
    Fixed two issues with tests where tests were asserting against record.FetchedAt but the record returned is the database column names so should be record.fetchedat
    timpikelmg committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    8e1af9b View commit details
    Browse the repository at this point in the history
  2. Update to only run PostgreSqlHeartbeatProcess if sliding invisibility…

    … timeouts are enabled to reduce server load if not enabled
    
    Added additional documentation to SlidingInvisibilityTimeout to indicate that this and IsLightweightServer are not compatible
    timpikelmg committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    b20424e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    fa21d13 View commit details
    Browse the repository at this point in the history
  2. Replace sliding invisibility timeout setting with UseSlidingInvisibil…

    …ityTimeout to enable/disable using sliding timeout and maintain existing InvisibilityTimeout setting for both sliding and existing invisibility timeout options.
    timpikelmg committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ce34de1 View commit details
    Browse the repository at this point in the history
  3. Tidy up some missed braces

    timpikelmg committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    6176963 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    b8817ff View commit details
    Browse the repository at this point in the history