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

DockerComposeRule with large images gets killed by circle #553

Open
berler opened this issue Jan 28, 2021 · 0 comments
Open

DockerComposeRule with large images gets killed by circle #553

berler opened this issue Jan 28, 2021 · 0 comments

Comments

@berler
Copy link

berler commented Jan 28, 2021

What happened?

If you use DockerComposeRule with very large images, circle will kill your build due to running into the no_output_timeout of 10 minutes. This is because there is no log output at all while it is downloading and having docker start the containers.

What did you want to happen?

Anything that takes a long time should periodically log something so that circle does not kill the job.

Our current workaround is to have a background thread that periodically logs an info message so that circle does not kill the build. When doing this we need to make sure that our background thread gets set up on a classrule that is ordered strictly before the DockerComposeRule.

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

No branches or pull requests

1 participant