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

Restart zero worker if there is still work to do (#18658) #18672

Merged
merged 2 commits into from
Feb 8, 2022

Commits on Feb 8, 2022

  1. Restart zero worker if there is still work to do (go-gitea#18658)

    Backport go-gitea#18658
    
    It is possible for the zero worker to timeout before all the work is finished.
    This may mean that work may take a long time to complete because a worker will only
    be induced on repushing.
    
    Also ensure that requested count is reset after pulls and push mirror sync requests and add some more trace logging to the queue push.
    
    Fix go-gitea#18607
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    e78b4df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b782ddc View commit details
    Browse the repository at this point in the history