Replies: 1 comment 1 reply
|
you can create a repeatable job that uses a flowProducer instance to add a flow |
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.
Uh oh!
There was an error while loading. Please reload this page.
When using
FlowProducerfor defining jobs, how to configure them to run on a schedule, like every day at a certain time for example?Like I have this,
But the
jobsonly run once still and never repeats (which in this case should be every 10s).All reactions