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

Keep long-running tasks alive #1725

Merged
merged 4 commits into from
Dec 13, 2023
Merged

Keep long-running tasks alive #1725

merged 4 commits into from
Dec 13, 2023

Commits on Dec 13, 2023

  1. fix(coordinator): Keep message-forwarding task alive

    Before we would end up bubbling up the error on `pool.get()`, which
    would silently break out of the loop, so we would stop processin new
    `OrderbookMessage`s.
    luckysori committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    c562776 View commit details
    Browse the repository at this point in the history
  2. fix(coordinator): Keep async-match task alive

    Before we would end up bubbling up the error on `pool.get()`, which
    would silently break out of the loop, so we would stop processing new
    `NewUserMessage`s.
    luckysori committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    85804b7 View commit details
    Browse the repository at this point in the history
  3. fix(coordinator): Keep collaborative-revert task alive

    Before we would end up bubbling up the error on `pool.get()`, which
    would silently break out of the loop, so we would stop processing new
    `NewUserMessage`s.
    luckysori committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    5891330 View commit details
    Browse the repository at this point in the history
  4. fix(coordinator): Keep rollover task alive

    Before we would end up bubbling up the error on `pool.get()`, which
    would silently break out of the loop, so we would stop processin new
    `NewUserMessage`s.
    luckysori committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    935ce61 View commit details
    Browse the repository at this point in the history