-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Retry containerd task api request when task is in unknown state
In some cases, it appears that containerd task api can return a zero pid when the task is not ready yet. In these cases, the process task state is reported to be in unknown state. In this case, we should retry the containerd task api request as the task can take some time to move away from unknown state and be initialized. Signed-off-by: David Porter <porterdavid@google.com>
- Loading branch information
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters