Currently all cron jobs are scheduled to run every 15 min.
We need to add default config files for the cron jobs.
- captcha_cron
scheduler:
id: simple
configuration:
rules:
- '0+@ 0 * * *'
launcher:
id: serial
configuration:
timeouts:
lock_timeout: 3600
launcher:
thread: 0
logger:
id: database
configuration:
method: '3'
expire: 1209600
retain: 1000
- content_lock_timeout_cron
scheduler:
id: simple
configuration:
rules:
- '0+@ */3 * * *'
launcher:
id: serial
configuration:
timeouts:
lock_timeout: 3600
launcher:
thread: 0
logger:
id: database
configuration:
method: '3'
expire: 1209600
retain: 1000
- field_cron ( Purges deleted Field API data )
scheduler:
id: simple
configuration:
rules:
- '*/30+@ * * * *'
launcher:
id: serial
configuration:
timeouts:
lock_timeout: 3600
launcher:
thread: 0
logger:
id: database
configuration:
method: '3'
expire: 1209600
retain: 1000
- file_cron ( Deletes temporary files )
scheduler:
id: simple
configuration:
rules:
- '0+@ 0 * * *'
launcher:
id: serial
configuration:
timeouts:
lock_timeout: 3600
launcher:
thread: 0
logger:
id: database
configuration:
method: '3'
expire: 1209600
retain: 1000
- honeypot_cron
scheduler:
id: simple
configuration:
rules:
- '0+@ 0 * * 0'
launcher:
id: serial
configuration:
timeouts:
lock_timeout: 3600
launcher:
thread: 0
logger:
id: database
configuration:
method: '3'
expire: 1209600
retain: 1000
- layout_builder_cron
scheduler:
id: simple
configuration:
rules:
- '0+@ */3 * * *'
launcher:
id: serial
configuration:
timeouts:
lock_timeout: 3600
launcher:
thread: 0
logger:
id: database
configuration:
method: '3'
expire: 1209600
retain: 1000
- node_cron ( Updates search rankings for nodes )
scheduler:
id: simple
configuration:
rules:
- '0+@ * * * *'
launcher:
id: serial
configuration:
timeouts:
lock_timeout: 3600
launcher:
thread: 0
logger:
id: database
configuration:
method: '3'
expire: 1209600
retain: 1000
- password_policy_cron
scheduler:
id: simple
configuration:
rules:
- '0+@ * * * *'
launcher:
id: serial
configuration:
timeouts:
lock_timeout: 3600
launcher:
thread: 0
logger:
id: database
configuration:
method: '3'
expire: 1209600
retain: 1000
- persistent_login_cron
scheduler:
id: simple
configuration:
rules:
- '0+@ * * * *'
launcher:
id: serial
configuration:
timeouts:
lock_timeout: 3600
launcher:
thread: 0
logger:
id: database
configuration:
method: '3'
expire: 1209600
retain: 1000
- redirect_404
scheduler:
id: simple
configuration:
rules:
- '0+@ 0 * * *'
launcher:
id: serial
configuration:
timeouts:
lock_timeout: 3600
launcher:
thread: 0
logger:
id: database
configuration:
method: '3'
expire: 1209600
retain: 1000
- scheduler_cron
scheduler:
id: simple
launcher:
id: serial
logger:
id: database
- simple_sitemap_cron
scheduler:
id: simple
configuration:
rules:
- '0+@ 0 * * *'
launcher:
id: serial
configuration:
timeouts:
lock_timeout: 3600
launcher:
thread: 0
logger:
id: database
configuration:
method: '3'
expire: 1209600
retain: 1000
- system_cron
scheduler:
id: simple
launcher:
id: serial
logger:
id: database
- ultimate_cron
scheduler:
id: simple
configuration:
rules:
- '0+@ */3 * * *'
launcher:
id: serial
configuration:
timeouts:
lock_timeout: 3600
launcher:
thread: 0
logger:
id: database
configuration:
method: '3'
expire: 1209600
retain: 1000
- update_cron
scheduler:
id: simple
configuration:
rules:
- '0+@ */6 * * *'
launcher:
id: serial
configuration:
timeouts:
lock_timeout: 3600
launcher:
thread: 0
logger:
id: database
configuration:
method: '3'
expire: 1209600
retain: 1000
- webform_cron
scheduler:
id: simple
configuration:
rules:
- '0+@ 0 * * 0'
launcher:
id: serial
configuration:
timeouts:
lock_timeout: 3600
launcher:
thread: 0
logger:
id: database
configuration:
method: '3'
expire: 1209600
retain: 1000
Comments
Comment #3
ahmad abbad commentedComment #4
rajab natshahComment #5
rajab natshahComment #6
rajab natshahComment #8
rajab natshahComment #10
rajab natshahComment #11
rajab natshahComment #12
rajab natshahComment #13
rajab natshahComment #14
rajab natshah✅ Released varbase_core-9.0.46
Comment #15
rajab natshah✅ Released varbase-9.0.11