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

Execute codeflow logic directly #3866

Open
premun opened this issue Aug 22, 2024 · 1 comment
Open

Execute codeflow logic directly #3866

premun opened this issue Aug 22, 2024 · 1 comment
Assignees

Comments

@premun
Copy link
Member

premun commented Aug 22, 2024

Context

Before, Maestro would call PCS when a code flow subscription was triggered.
Now we can call the code flow logic directly and perform the update.

However, because we are migrating step by step, we are now instead of this just creating a code flow work item which will be picked up by the processor later. This is inefficient but mimics the previous architecture.

Goal

Instead of the async communication back and forth between PCS and Maestro, and instead of the async resolution of code flow subscription triggers by processing it over several work items, we should just execute code flow subscriptions right away.

@premun premun added this to the Merge Maestro++ into PCS milestone Aug 22, 2024
@premun premun self-assigned this Aug 28, 2024
@premun
Copy link
Member Author

premun commented Sep 3, 2024

I think this one belongs into Unified Build really so closing

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

No branches or pull requests

1 participant