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: retrying jobs are not saved to db when pool is closing #31

Merged
merged 9 commits into from
Jan 19, 2023

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    6e2edeb View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. chore: only call defer closing retryableWaitGroup and updating `num…

    …berOfRetryingJob` in `PrepareRetryableJob` is enough
    DNK90 committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    366503e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    7c9696e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64d03b2 View commit details
    Browse the repository at this point in the history
  3. chore: add more lock and recover to prevent lost data when pool is go…

    …ing to exit and channels are closed
    DNK90 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    12f2166 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    3a94541 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2337ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8238af2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e450ccf View commit details
    Browse the repository at this point in the history