ultimate_cron.job.simplenews_cron.yml in Simplenews 3.x
Same filename and directory in other branches
config/optional/ultimate_cron.job.simplenews_cron.yml
File
config/optional/ultimate_cron.job.simplenews_cron.ymlView source
- langcode: en
- status: true
- dependencies:
- module:
- - simplenews
- title: 'Sends newsletters'
- id: simplenews_cron
- module: simplenews
- callback: simplenews_cron
- scheduler:
- id: simple
- configuration:
- rules:
- - '*/5+@ * * * *'
- launcher:
- id: serial
- configuration:
- timeouts:
- lock_timeout: 3600
- max_execution_time: 3600
- launcher:
- max_threads: 1
- logger:
- id: database
- configuration:
- method: '3'
- expire: 1209600
- retain: 1000