Feature request: support one-time (run-once) scheduled tasks #4098
tcp404
started this conversation in
Feature Proposals
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Background / Pain point
Right now AionUi's scheduled tasks can only be configured to run on a recurring/repeating schedule. There's no way to set up a task that runs only once at a specific point in time. Many scenarios really only need a single run, so using a recurring task as a workaround is inconvenient — and you have to remember to turn it off afterward.
Desired feature
It would be great if scheduled tasks supported one-time (run-once) tasks:
Example use cases
Nice-to-haves (optional)
All reactions