Michał D
Michał D
Anything happening here? :)
Thanks @ialek36 for this trace. So to actually modify this setting one has to either: - run jupyter with following option: `jupyter notebook --NotebookApp.tornado_settings='{"websocket_max_message_size": 62914560}'` (the magic number above is...
Would be awesome if someone merged it. My logs are rather unreadable because of tons of deprecation warnings. :/
Yes. In my deployment I pinned it to 21.7.* (which is the last release before 22) and it solved the problem. Please notice though that I am using 2021.3.1 version...
Oh wow, I should check Github notifications more often, I only now saw your response. ^^ I asked this question on [StackOverflow](https://stackoverflow.com/questions/62326322/how-to-pull-from-ecr-docker-registry-on-ec2-instance-using-terraform) too and someone suggested that this what's happening...
@rolandcrosby Nope, it didn't help. Terraform exited with: ``` Error: Error loading registry auth config: Error parsing docker registry config json: error getting credentials - err: exec: "docker-credential-ecr-login": executable file...
It's still an issue with Terraform 0.12.20 and aws provider 2.50.0
I am looking for an answer to more general question: how can I make a namespace accessible at more than one URL? I want to slowly deprecate an old name...
@martindurant thank you for a quick response. I've updated my issue with all installed packages' versions. I'll try to reproduce it outside of distributed.
Thanks, I'll give it a try. For now, I think I somehow worked it around by calling `client.compute(..., retries=2)`.