Skip to content

Task scheduler improvements#24

Merged
pk910 merged 11 commits intomasterfrom
scheduler-rewrite
Jul 8, 2024
Merged

Task scheduler improvements#24
pk910 merged 11 commits intomasterfrom
scheduler-rewrite

Conversation

@pk910
Copy link
Copy Markdown
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
@pk910 pk910 deleted the scheduler-rewrite branch February 3, 2025 13:52
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