Honnix

Results 96 comments of Honnix

@hamersaw Yes, we do have a lot of subworkflows and it won't be surprising those stuck ones are part of subworkflows. It is awesome you found the bug and we...

Very much looking forward to this! Thanks for implementing it.

Hi, we are hitting this issue as well. Is there any update? Thanks.

I'm kinda OK with either approach but I would like to have consistency.

I think before #7908, the token was reused util expired, because this is what `google.Keychain` says: ``` // This behaves similarly to the GCR credential helper, but reuses tokens until...

I believe if this is not fixed, 1.11.x is seriously unusable in a reasonably loaded environment.

@vishal-chdhry Maybe you should move away from that helper as it doesn't seem to be alive and it might be using old ways of token handling.

@vishal-chdhry I see. Thank you for the context. Maybe it is worth noting somewhere about this limitation when using ACR (I'm not an Azure user so I don't know the...

FWIW, I worked on https://github.com/python-poetry/poetry/pull/4005 years ago adding this feature but it was not considered to solve a real problem, and I gave up.

@Future-Outlier Thank you for summarizing. This approach looks good to me. However I noticed a breaking change (not introduced by this PR). For create operation, it used to be synchronous...