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

Clear pending tasks in the worker when the context is canceled to avoid deadlocks in StopAndWait when tasks are queued for the worker. #62

Merged
merged 6 commits into from
Jun 17, 2024

Commits on Jun 7, 2024

  1. Clear pending tasks in the worker when the context is canceled to avo…

    …id deadlocks in StopAndWait when tasks are queued for the worker.
    Corentin Clabaut committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    a1caa4e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Merge branch 'master' into deadlock

    Corentin Clabaut committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    f865e23 View commit details
    Browse the repository at this point in the history
  2. Prioritize context.Done statement in worker

    Corentin Clabaut committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    f59ff90 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Fix race condition

    Corentin Clabaut committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    bdb616c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Fix tests

    Corentin Clabaut committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    57e5a0a View commit details
    Browse the repository at this point in the history
  2. Improve readablility

    Corentin Clabaut committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f681bc1 View commit details
    Browse the repository at this point in the history