So I have a classic process consisting of source -> seize -> delay -> release -> sink.
Now, every 5th hour I want to suspend the embedded queue in "seize" for 1 hour, then resume it after that 1 hour has passed.
How can this be achieved?
Tons of options, here is one:
Seize
block seize 1 resources from the new pool as wellNow, whenever the new resources are on a break, the seizing will be paused.
Another option: