Execute presets in a sequence
Scan presets are executed in parallel (gevent spawn).
As result there is no way to stake multiple presets which can't be used at the same time.
Is there an idea to do such thing.
I think i will create a SequencePreset
to allow to stack a list of presets inside.
But i feel like the default handling of presets or not very safe.