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 return wrong TTL when pumping job from the secondary storage #218

Merged
merged 2 commits into from
Sep 27, 2023

Commits on Sep 27, 2023

  1. Fix return wrong TTL when pumping job from the secondary storage

    Currently, we put now() + TTL as the expired time when storing jobs in database,
    but didn't remove the now() after pumping jobs. This PR also remove
    unused function `BatchGetJobs` which is similar with GetReadyJobs.
    git-hulk committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    43bee1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a08e2b View commit details
    Browse the repository at this point in the history