OCA/queue

request for information: how to sequence several jobs in a channed

Closed this issue · 2 comments

Dear All,
thanks in advance for your support.
I've allocated three scheduled actions to the same channel. What I need is to sequence them, that means the first should start at 12:AM, the second should start after the first is finished and so on.
how is it possible to achieve it?
Regards
Claudio

@ccandito you need to configure the channel with capacity 1 and declare it to be sequential.

For instance: root:4,root.myseqchan:1:sequential

thanks