mirror of
https://github.com/kemko/nomad.git
synced 2026-01-09 11:55:42 +03:00
This handles a bug where we may start a container successfully, yet we fail due to retries and startContainer not being idempotent call. Here, we ensure that when starting a container fails with 500 error, the retry succeeds if container was started successfully.