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

Pulling a large image on a paused worker automatically resumes it at the end #231

Open
ruimarinho opened this issue Dec 11, 2024 · 2 comments

Comments

@ruimarinho
Copy link

Hi!

I think I'm describing the correct trigger for this bug, but the association is definitely there - it seems like at the end of pulling a large OCI image like macos-runner (~218GB compressed), which can take ~20mins in my scenario, a paused worker will automatically resume its work.

I'm guessing some routine inside the pull command is blocking and causing some kind of orchard connection restart, leading to the establishment of a fresh connection which is then likely resetting the 'pause' status (which should be a stored state on the server?).

@edigaryev
Copy link
Collaborator

Was the worker paused shortly before, or while pulling the image?

@ruimarinho
Copy link
Author

Not while pulling for sure. If I’m not wrong, shortly before pulling, but with list workers showing as paused before proceeding with the pull.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants