is it possible to force consume a task list ? #60
Replies: 3 comments 1 reply
|
Hi @jvancoillie 👋🏻 Thanks for the question 🙂
Yes, as defined in the Expression.
Using |
|
Why not the additional option The I don't have a "rocket-science based" too, I feed the thinking ... |
|
It could be an idea to have an extra command called
I'm not a big fan of this as this could force us to filter a second time the tasks depending on the transport list, this could introduce a new call and I try to limit the performances impact as much as possible. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Let me explain, I have a task list configured to be executed each month
0 0 1 * *(is the @monthly expression available ?) see belowand I would need that at the first execution of the
scheduler:consumefor example a deployment on the 15th of the month that the tasks are automaticaly executed.do I have to switch to a
single_runconfiguration like thisAll reactions