Mule 4 - Flow Design Scheduled

I have a problem when the scheduled starts, it has a subsequent process that lasts longer than each interval, that is, every 2 seconds it starts the process, but if it takes 4 seconds to finish, my problem is that I don't know how to prevent the interval from starting. until the last task is completed.

I'd appreciate any help.

Upvotes: 0

Views: 62

Answers (1)

aled
aled

Reputation: 25699

Set the max concurrency attribute of the flow to 1.

Upvotes: 2

Related Questions