-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
Error and then docker container exits #485
Comments
Also encountering this error frequently on my docker on premise. This is causing some 503 errors following the graceful shutdown :/ |
It seems something related to the missing cache hit. |
Hi, all that means is that I do not understand any of this myself. One of our front end developers asked that I implement this for him. I do not understand these error messages, I am not familiar with these technologies. |
I'm reproducing the issue too. Investigating a bit, it's apparently caused by a dependency of |
I've made a small overrides to fix this issue #499 |
In the meantime, I've mitigated the issue by rollbacking to turborepo-remote-cache 2.1.0 and I confirm this fixes the issue. |
🐛 Bug Report
I don't really have a clue what I am doing here, I have run the latest turborepo-remote-cache docker container for one of our developers. The docker container logs an error and then exits.
To Reproduce
Steps to reproduce the behavior:
On the client machine run:
Expected behavior
My understanding is that the project should build using the cache. On the server the docker container stops and the logs show an error and the container exiting.
Your Environment
The text was updated successfully, but these errors were encountered: