• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Resolved Schedule a Task

Antonio

New Pleskian
Hello,
I have a problem with using cronstyle on plesk.
Ok, I want to set my style every 15 minutes, but the answer plesk responds to the invalid crontab syntax.
The crontab syntax is this -> * / 15 * * * *
Can you help me please.
Thank you and wait for your answer :)
 
Your cron code should be like:

Code:
*/15 * * * *  your_command_or_whatever

without any spaces in "*/15" part.
 
I see spaces in your initial message. maybe there are some kind of errors after copy/paste? Try to remove all and write it again.
 
no, I mean typing the whole cron command manually
 
Back
Top