Administration
Background tasks
Configuring Cron for Linux
6min
the cron job scheduler is one of the components of the linux operating system it is used to run certain scripts on a schedule crontab basics docid\ ee0puoige2x2gyuzxbqml passwork version 7 and above has a special script that is responsible for running background tasks shell php /bin/console tasks\ run it can be executed in manual mode or configured to be executed by cron scheduler we recommend testing the script in manual mode first to do this, perform the following actions shell cd /var/www/ php /bin/console tasks\ run check the /var/www/files/logs/tasks/ for errors the user must have write permissions to the log folder setting up cron set up a startup for every minute open the crontab settings from the user web server deb crontab e u www data rpm crontab e u apache add the next line and save the changes shell cd /var/www/ && php /bin/console tasks\ run testing and troubleshooting open passwork and log in as administrator/owner and click the background tasks tab if the configuration is correct, a message will be displayed that the scheduler is configured if you see a message that the scheduler is not configured, the execution errors are located in /var/www/files/logs/tasks/ if you need help in solving the problem, you can send this file to passwork technical support