• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Scheduled Tasks doesn't allow shorthand cron notation

Oldiesmann

Basic Pleskian
TITLE:
Scheduled Tasks doesn't allow shorthand cron notation
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
Plesk Onyx
Version 17.8.11 Update #31
Ubuntu 18.04.1 LTS
x64
PROBLEM DESCRIPTION:
If you want to run a cron job every x minutes/hours/days, etc., most sites say you can put */<number> in a spot. For instance, to run something every 5 minutes you can do "*/5 * * * *" instead of having to manually type out "0,5,10,15,20,25,30,35,40,45,50,55 * * * *". However, Plesk does not support this shorthand notation.​
STEPS TO REPRODUCE:
Go into Scheduled tasks and create a new task. Select "cron style" next to "run" and enter something like "*/5 * * * *" in the box.​
ACTUAL RESULT:
You receive an error saying that the format is invalid.​
EXPECTED RESULT:
Task should be saved and executed as expected.​
ANY ADDITIONAL INFORMATION:
Ubuntu does support this syntax. See Ubuntu Manpage: crontab - tables for driving cron for more info.
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM:
Confirm bug
 
Back
Top