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
"\n\nActions schedules run at most every 5 minutes."+
Is this not incorrect, or am I reading this wrong? If schedules run at most every 5 minutes, then schedules may only run between 0-5 minutes, hence "5 minutes at most". Should this not be:
- Actions schedules run at most every 5 minutes.+ Actions schedules run at least every 5 minutes.
Describe the bug
The cron description states the following:
languageservices/workflow-parser/src/model/converter/cron.ts
Line 51 in 5dbaa88
Is this not incorrect, or am I reading this wrong? If schedules run at most every 5 minutes, then schedules may only run between 0-5 minutes, hence "5 minutes at most". Should this not be:
Or rephrased from the documentation:
These suggested descriptions now state the shortest minimum time is 5 minutes.
To Reproduce
N/A
Expected behavior
Correct (unambiguous) text.
Screenshots
N/A
Package/Area
Package Version
v0.3.9
Additional context
N/A
The text was updated successfully, but these errors were encountered: