It sounds like you're having trouble with a cron expression that includes seconds (* * * * * *). Unfortunately, our system does not support cron expressions with a seconds field, even if the tool you used to generate the expression includes it.
Cron expressions typically consist of five fields that represent the minute, hour, day of the month, month, and day of the week, respectively. Our system follows this standard format, which means that any expression with sixth fields, one of them representing seconds, will not be recognized.
I also noticed that the tool that we recommend on the docs also supports fractions, so I will look into it to see if we support that or not and provide you with an answer later on today, but for now I will suggest using a cron expression for two minutes (*/2 * * * *)
Hi @LuisUrrutia thanks for the answer, I thought cron expressions with seconds were supported since neither the backend nor the UI raised issues with the expression given and they both accept it