In Plesk, cron jobs are called Scheduled Tasks.
Cron Jobs Affect Account Load
Setting up a Scheduled Task
To access the cron job section, navigate to:
Login > Plesk > Websites & Domains > [ domain ] > Scheduled Tasks > Add Task
Cron Jobs are chrooted
Working Around the chroot
Some options to work around the chroot environment when setting up a Scheduled Task include:
Set up a Flask application and create an endpoint like domain.helioho.st/update, then use the "Fetch a URL" option inside Scheduled Tasks to access it via https.
If you're new to Flask or want a more detailed guide, check out this Flask tutorial to help you get started.
Set up a Python script in the cgi-bin directory, then use the "Fetch a URL" option inside Scheduled Tasks to access the file via https.
If you're new to Python or want a more detailed guide, check out this Python tutorial to help you get started.