Skip to content
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

refactor(ai): improve select retry ctx logic #3039

Merged
merged 1 commit into from
May 3, 2024

Conversation

rickstaa
Copy link
Contributor

@rickstaa rickstaa commented May 3, 2024

What does this pull request do? Explain your changes. (required)

This commit refines context handling in the orchestrator selection loop for idiomatic Go and enhanced propagation of parent cancellations.

Specific updates (required)

How did you test each of these updates (required)

I ran the O onchain and verified the timeout still successfully triggered a ctx cancel and returned out of the loop.

Does this pull request close any open issues?

Fixes usefull improvements remakrs made by @yondonfu in #3030 (comment).

Checklist:

@github-actions github-actions bot added the AI Issues and PR related to the AI-video branch. label May 3, 2024
This commit refines context handling in the orchestrator selection loop for
idiomatic Go and enhanced propagation of parent cancellations.
@rickstaa rickstaa force-pushed the improve_selection_retry_context_logic branch from 70674d1 to ca3caef Compare May 3, 2024 21:19
@rickstaa rickstaa merged commit 72dced7 into ai-video May 3, 2024
6 of 8 checks passed
@rickstaa rickstaa deleted the improve_selection_retry_context_logic branch May 3, 2024 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AI Issues and PR related to the AI-video branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant