Replies: 1 comment 1 reply
-
Scheduled Recurring Tasks are code-first Idempotent Registrations that are defined in your App at Startup, any changes to the scheduled task should be made there as when your App is restarted it will reset back to whatever is defined in your App. So I don't want to allow any changes from the UI since any changes would only be temporary until the next App restart which would be unintuitive since no other UI feature has this behaviour. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Would be nice to at least have a delete button to remove a scheduled job and even better if we could edit the job and change its request and schedule from UI
Beta Was this translation helpful? Give feedback.
All reactions