Skip to content

Add logging for submodule and action restart times#145

Merged
shima004 merged 1 commit intomainfrom
feature/log-resume-time
Apr 11, 2026
Merged

Add logging for submodule and action restart times#145
shima004 merged 1 commit intomainfrom
feature/log-resume-time

Conversation

@shima004
Copy link
Copy Markdown
Member

This pull request adds detailed debug logging to track the time spent resuming modules and actions within the system. These changes will help with performance monitoring and troubleshooting by providing precise timing information for each component's resume operation.

Performance monitoring improvements:

  • Added debug logs in abstract_module.py to record the time taken for each submodule's resume call in the AbstractModule class.
  • Enhanced tactics_agent.py to log the resume time for each module and action in the TacticsAgent class, aiding in identifying bottlenecks during the resume process.

@shima004 shima004 self-assigned this Apr 11, 2026
@shima004 shima004 merged commit 60db105 into main Apr 11, 2026
4 checks passed
@shima004 shima004 deleted the feature/log-resume-time branch April 11, 2026 03:06
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.

1 participant