Difference between revisions of "Module Scheduled jobs"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
Tag: 2017 source edit
m
Tag: 2017 source edit
Line 28: Line 28:
 
== Setup screen ==
 
== Setup screen ==
 
[[File:Module Scheduled Job setup EN.png|thumb]]
 
[[File:Module Scheduled Job setup EN.png|thumb]]
 +
The only parameter that can be changed is the Security key used on the URL to launch cron jobs.
 +
 +
Below there is linked to :
 +
* The "'''Home - Admin tools - Scheduled jobs'''" to see and edit scheduled jobs.
 +
* The URL to check and launch qualified cron jobs: http://mydolibarradress/htdocs/public/cron/cron_run_jobs.php?securitykey=xxxxxxxxxxxxxxxxxxxxxxxx&userlogin=admin
 +
* The URL to check and launch a specific job by its job id : http://mydolibarradress/htdocs/public/cron/cron_run_jobs.php?securitykey=xxxxxxxxxxxxxxxxxxxxxxxx&userlogin=admin&id=cronjobid

Revision as of 16:05, 5 January 2021

Scheduled Jobs
Numero/ID of module 2300
User doc. of module This page
Developer doc. of module Module Scheduled Jobs (developer)

Introduction

The Scheduled Jobs Module is a core Dolibarr module. It is optional and part of the System group in module list.

The main purpose of the module is to manage the scheduled jobs (alias cron or chrono table)

Installation

This module is included with the Dolibarr distribution, so there is no need to install it.

Setup

Scheduled Jobs Module Activation EN.png

To use this module, you must first enable it using an administrator account, via the menu option "Home - Setup - Modules".

Choose the tab where the module is listed. Then click on "Activate".

The module is now activated.

If a cog icon appears Cog circle.svg on module thumb or at end of the line of the module, click on it to access the setup page specific to the module.


Setup screen

Module Scheduled Job setup EN.png

The only parameter that can be changed is the Security key used on the URL to launch cron jobs.

Below there is linked to :