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

fix(messagequeue): no retry after queue shutdown #38

Merged
merged 1 commit into from
Sep 25, 2019

Commits on Sep 25, 2019

  1. fix(messagequeue): no retry after queue shutdown

    Previously, we allowed the last message send attempt to run to maxRetries if the queue was shutdown,
    which also generated warning logs. Now, if a send attempt fails, check that the queue has shutdown
    and immediately return if it has
    hannahhoward committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    9c5652a View commit details
    Browse the repository at this point in the history