13 Oct 2022 01:54 PM
Hello everybody,
I have a use case where with a single user I need to configure different Synthetic (no problem with Synthetic Vault).
Those Synthetic must not run in parallel (or at the simetime) because the only user I am given cannot log-in with multiple session.
Has anybody experienced a situation like this one?
How did you overcome this problem?
Where you able to schedule async browser monitor?
I'm open to hear any experience that might come handy.
Stay strong and healthy 🙂
Solved! Go to Solution.
13 Oct 2022 04:08 PM
You can try an external approach, such a script calling the On demand execution thru api to execute the monitors in different timing. Like creating a new http monitor with a javascript code handling the monitor execution each time.
13 Oct 2022 04:15 PM
Oh I have seen your idea back in 2021 "Schedule a Synthetic execution in a crontab way" :D.
This is an option of course, thing is, in order to make the Execution On Demand the Synthetic must be in an enabled state (ence it would execute itselfe sooner or later if I'm not mistaken)
13 Oct 2022 05:02 PM
You can now define the frequency as on demand only, instead of X minutes. So it will be executed only when you ask for.
19 Dec 2022 02:40 PM
Yep,
luckily the doc is pretty clear and we are currently developing a solution on top of the API in order to orchestrate the whole mechanism.