Skip to content

Conversation

@dJaniga
Copy link
Collaborator

@dJaniga dJaniga commented May 18, 2025

Introduced a SimulationStatus Enum to track job statuses such as SUCCESS, FAILED, and TIMEOUT. Modified core methods and classes to return both status and results, ensuring proper error handling and improved job monitoring. Updated related tests and logging for comprehensive support of the new workflow.

  • Type of Change:
    • New feature
    • Bug fix
    • Code refactoring
    • Documentation update
    • Other (please describe):

Introduced a `SimulationStatus` Enum to track job statuses such as SUCCESS, FAILED, and TIMEOUT. Modified core methods and classes to return both status and results, ensuring proper error handling and improved job monitoring. Updated related tests and logging for comprehensive support of the new workflow.
Copy link
Collaborator

@Hevagog Hevagog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one grammar nitpick

# Note: dangling images are images with both <none> as their repository and tag
try:
logger.info("Pruning dangling Docker images...")
logger.info("On meantime: Pruning dangling Docker images...")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"In the meantime" instead of 'On meantime"

Updated the log message to correct a grammatical error from "On meantime" to "In the meantime." This improves clarity in the logged information during the Docker image pruning process.
@dJaniga dJaniga merged commit 9f09cf5 into main May 18, 2025
1 check passed
@dJaniga dJaniga deleted the refactor_simulation_status_handling branch May 18, 2025 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants