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

Manager : Sepparate node data update from task triggering #73

Closed
RawthiL opened this issue Jun 17, 2024 · 0 comments · Fixed by #96
Closed

Manager : Sepparate node data update from task triggering #73

RawthiL opened this issue Jun 17, 2024 · 0 comments · Fixed by #96
Assignees

Comments

@RawthiL
Copy link
Collaborator

RawthiL commented Jun 17, 2024

The updating of node's data is currently goberned by the Manager that trigger periodically, however this leads to results to be held in the DB untill they can be processed.
The manager should be divided into two workflows: one that triggers new tasks periodically and one that processes results and updates nodes.
The later workflow can be then directly triggered by the Evaluator as soon as the result is written.

@RawthiL RawthiL self-assigned this Jun 17, 2024
@RawthiL RawthiL linked a pull request Aug 2, 2024 that will close this issue
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 a pull request may close this issue.

1 participant