2021-03-09 21:26:35 +01:00
|
|
|
uuid: 08eadfe9-dd95-48db-bf97-7219b2f90604
|
|
|
|
langcode: en
|
|
|
|
status: true
|
|
|
|
dependencies:
|
|
|
|
module:
|
|
|
|
- user_email_verification
|
|
|
|
title: 'Default cron handler'
|
|
|
|
id: user_email_verification_cron
|
|
|
|
weight: 0
|
|
|
|
module: user_email_verification
|
|
|
|
callback: user_email_verification_cron
|
|
|
|
scheduler:
|
|
|
|
id: simple
|
2021-03-09 22:07:31 +01:00
|
|
|
configuration:
|
|
|
|
rules:
|
|
|
|
- '* * * * *'
|
2021-03-09 21:26:35 +01:00
|
|
|
launcher:
|
|
|
|
id: serial
|
2021-03-09 22:07:31 +01:00
|
|
|
configuration:
|
|
|
|
timeouts:
|
|
|
|
lock_timeout: 3600
|
|
|
|
launcher:
|
|
|
|
thread: 0
|
2021-03-09 21:26:35 +01:00
|
|
|
logger:
|
|
|
|
id: database
|
2021-03-09 22:07:31 +01:00
|
|
|
configuration:
|
|
|
|
method: '3'
|
|
|
|
expire: 1209600
|
|
|
|
retain: 1000
|