Advanced Search
Search Results
5 total results found
Overview
Scheduled jobs are automated tasks, performed by the system through server commands. These "jobs" can be scheduled to run at specific intervals (hourly, daily, weekly, monthly...), but can be also be ran manually through the ERP system. Scheduled jobs are ta...
Create scheduled job
This task should be done only by developer administrators. To create a new scheduled job, you must click on the "+" icon on the top right corner. You will be redirected to the "Create new scheduled job form" Scheduled jobs are commands, that are run in the s...
Update existing scheduled job
Existing scheduled jobs should only be updated by users with access to the code base. Viable updates for scheduled jobs are changing description, enabling/disabling the job, it's email notification on failed run, or changing the "Cron interval", that specif...
Delete scheduled job
Scheduled jobs should ONLY be deleted by administrators with access to the code base. If a scheduled job is no longer needed, rather than deleting it, disable it, leaving a chance for it to be reactivated if ever needed.
Run a scheduled job manually
Some scheduled jobs can be run manually from the ERP, if a need for that ever arises. Manual runs should not be the norm, as scheduled jobs are configured to auto-run atregular intervals. To run a scheduled job, go to scheduled job's edit page and look for th...