You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create new cron monitor with cron expression '0,15,30,45 6-20 ? * 1-5'
Expected Result
The cron expression should be valid or the documentation should better define which expressions are allowed. Also the behaviour of frontend and backend should be consistent.
Actual Result
While the frontend can parse the expression and describe the interval the backend says the expression is not parsable.