Skip to content

Impoving container initialize logic #5280

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

MantavyaDh
Copy link
Contributor

Context

The PR aims to improve the container initialize logic, before retrying to start a container we have added a check to see if its already running as we've had cases wherein the container starts but not reported by docker daemon.


Description

Added logic to check if container already running before retrying.


Risk Assessment (Low / Medium / High)

Low, only introduces a check before retrying


Unit Tests Added or Updated (Yes / No)

Yes, Unit tests added


Additional Testing Performed

Tested in personal org


Change Behind Feature Flag (Yes / No)

TBD


Documentation Changes Required (Yes/No)

No


Logging Added/Updated (Yes/No)

Logs added.


Rollback Scenario and Process (Yes/No)

TBD


Dependency Impact Assessed and Regression Tested (Yes/No)

  • All impacted internal modules, APIs, services, and third-party libraries are analyzed.
  • Results are reviewed and confirmed to not break existing functionality.

@MantavyaDh MantavyaDh requested review from a team as code owners July 29, 2025 14:00
@MantavyaDh MantavyaDh added the Containers Issues related to Docker, containerd, etc. label Jul 29, 2025
@MantavyaDh
Copy link
Contributor Author

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@MantavyaDh MantavyaDh changed the title Impoving container initialize logic and adding unit tests Impoving container initialize logic Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Containers Issues related to Docker, containerd, etc. enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant