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

Bug 1727076 - Have PingUploadWorker sleep in case it gets a Wait task #994

Merged
merged 7 commits into from Dec 8, 2021

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    f785373 View commit details
    Browse the repository at this point in the history
  2. BUGFIX: Clear currentJob inside work function in PingUploadWorker

    This was causing a bug in case the workInternal function was faster than
    actually setting the currentJob property e.g. when there was only a Done
    task to process. In that case the currentJob would never be cleared and
    the worker would never be restarted.
    brizental committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    102c322 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6331930 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b920ca3 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    brizental committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    3ed6983 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b48628a View commit details
    Browse the repository at this point in the history
  7. Fix lints

    brizental committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    a92aae8 View commit details
    Browse the repository at this point in the history