Feb 28, 2024
The script is deployed on VPS. A cron job is configured to run the script in every 10min. Below are the cronjob for the same
*/10 * * * * /usr/bin/python3 /path/to/script/automation_script.py
The script is deployed on VPS. A cron job is configured to run the script in every 10min. Below are the cronjob for the same
*/10 * * * * /usr/bin/python3 /path/to/script/automation_script.py