Multiple cron timings for on job #18099
AndyLandtsheer
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
There is a workaround where you can copy multiple Workflows and then configure each workflow as a different corn timings |
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.
-
In request #18094 was said to open a discussion, so here it is:
Description
As a user,
I want a single job to support multiple cron schedules,
so that I can schedule the same job at different times without duplicating it.
Use case
When I schedule a job now, there is only one field for the timing. That works for tasks with a single recurring pattern, but some jobs need to run at multiple times. The current workaround—duplicating the job—pollutes the workflow definitions.
In my mind this was just a UI change, but apparently its a very large change.
Beta Was this translation helpful? Give feedback.
All reactions