Skip to content

feat(BA-1131): Add action_id in ActionProcessor for tracking Action #4131

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

Merged
merged 5 commits into from
Apr 11, 2025

Conversation

jopemachine
Copy link
Member

@jopemachine jopemachine commented Apr 11, 2025

resolves #4130 (BA-1131).

Checklist: (if applicable)

  • Mention to the original issue

@jopemachine jopemachine changed the title feat: Add task_id in ActionProcessor for tracking Action feat(BA-1131): Add task_id in ActionProcessor for tracking Action Apr 11, 2025
@github-actions github-actions bot added size:S 10~30 LoC comp:manager Related to Manager component labels Apr 11, 2025
@jopemachine jopemachine added this to the 25Q1 milestone Apr 11, 2025
@jopemachine jopemachine marked this pull request as ready for review April 11, 2025 02:34
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

src/ai/backend/manager/actions/processor.py:34

  • Ensure that all implementations of ActionMonitor are updated to handle the new prepare method signature with the meta parameter to avoid runtime errors.
task_id = uuid.uuid4()

src/ai/backend/manager/actions/monitors/monitor.py:7

  • Confirm that all ActionMonitor subclasses have been updated with the new prepare method signature, as this change might break existing implementations if not properly adjusted.
async def prepare(self, action: BaseAction, meta: BaseActionTriggerMeta) -> None:

@github-actions github-actions bot added size:M 30~100 LoC and removed size:S 10~30 LoC labels Apr 11, 2025
@jopemachine jopemachine changed the title feat(BA-1131): Add task_id in ActionProcessor for tracking Action feat(BA-1131): Add action_id in ActionProcessor for tracking Action Apr 11, 2025
@HyeockJinKim HyeockJinKim enabled auto-merge April 11, 2025 03:00
@HyeockJinKim HyeockJinKim added this pull request to the merge queue Apr 11, 2025
Merged via the queue into main with commit 23c0f78 Apr 11, 2025
21 checks passed
@HyeockJinKim HyeockJinKim deleted the feat/add_task_id branch April 11, 2025 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:manager Related to Manager component size:M 30~100 LoC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add action_id in ActionProcessor for tracking Action
2 participants