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

Task scheduler improvements #24

Merged
merged 11 commits into from
Jul 8, 2024
Merged

Task scheduler improvements #24

merged 11 commits into from
Jul 8, 2024

Conversation

pk910
Copy link
Member

@pk910 pk910 commented Jul 5, 2024

Task scheduler improvements

  • decouple task state from task instance
    • this reduces memory consumption as all task instances get dropped from memory after execution.
    • pre-work for possible persistence in future.
  • add task outputs
    • add optional task Id
    • show task results (including outputs on UI)
    • allow access to other task results via tasks.<task-id>.* in variable system

@pk910 pk910 merged commit c1429ab into master Jul 8, 2024
7 checks passed
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