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

Ensure records do not get stuck in processing state #175

Merged
merged 2 commits into from
Sep 19, 2024

Commits on Sep 19, 2024

  1. Ensure records don't get stuck in processing state

    If an exception occurs during an on_update callback, the "completion"
    function would never be called, which meant the PACT flag was never
    reset.
    This had the end result of causing the affected record to never process
    again, i.e. its value could never be changed.
    AlexanderWells-diamond committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ca904f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c886b7 View commit details
    Browse the repository at this point in the history