1234567891011121314151617181920212223242526272829303132 |
- uuid: 0a714008-1181-44ac-ba76-8af1bac79f95
- langcode: en
- status: true
- dependencies:
- module:
- - simplenews
- _core:
- default_config_hash: S4R8gMB5KRRp4AeUvku-2qpcRuD0o_Lu8UgnSXEHyBw
- title: 'Sends newsletters'
- id: simplenews_cron
- weight: 0
- 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
|