-
Notifications
You must be signed in to change notification settings - Fork 224
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
heroku container:release unreliable log streaming #2631
Labels
Comments
Thank you for letting us know about this. I've let our product team know, we'll decide how we want to handle this issue. |
This our workaround, we are a python application.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the current behavior?
Version:
8.7.1
When using
heroku container:release
, we periodically run into the following errors:ECONNRESET
404 Channel is not registered.
What is the expected behavior?
Streaming logs should be resilient to connection resets per the API docs:
Releasing should be resilient to the race condition on the underlying Heroku platform:
The text was updated successfully, but these errors were encountered: