Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not remove temporal containers automatically
Temporal containers can finish faster than the startup probe can check. The check interval comes from the docker client with rate limiting which queries the docker service at most once per second. This can create a race condition if the container can complete it's job in less or around 1 second.
- Loading branch information