Jonas L.
Jonas L.
> I think this is great, but what we need is to be able to implement a max retry with exponential retry per node and not per request so that...
Yes, I agree that the simplicity of `go run` is nice. Part of the reason why I did this is that we have those jobs failing, a bit too often,...
I am stepping back from this PR, @phm07 will take a look at this to see if its worth it.
I provided a `ExponentialBackoffWithOpts` function with some knobs, but we still need to discuss the default parameters for our `ExponentialBackoff` function.
This PR now primarily adds a new back off function. The change to the existing `ExponentialBackoff` function is almost negligible (cap to 60s). The change to the default values of...
Thanks a lot for the contribution, but I am unsure this is the fix for the initial problem. If the playout service has a timeout during the initialization phase, we...
The templates are only configuration templates on the frontend side, the Hetzner Cloud API does not have such feature. The equivalent in the terraform provider would be to document both...
@lel-amri We might have a workaround, bypassing the metadata server all together. This will be implemented in the near future.
Found a similar issue with longhorn: https://github.com/longhorn/longhorn/issues/8604
Hello all 👋 All our integrations rely on the Hetzner Cloud public API, which is available with a certain level of stability. Since the features you are requesting are not...