added recomputing of home compute field on cron
This commit is contained in:
1
config/sync/language/fr/image.style.large.yml
Normal file
1
config/sync/language/fr/image.style.large.yml
Normal file
@@ -0,0 +1 @@
|
||||
label: 'Large (480×480)'
|
@@ -0,0 +1 @@
|
||||
label: 'Bloquer le(s) utilisateur(s) sélectionné(s)'
|
@@ -0,0 +1 @@
|
||||
label: 'Annuler l''(les) utilisateur(s) sélectionné(s)'
|
@@ -0,0 +1 @@
|
||||
label: 'Débloquer le(s) utilisateur(s) sélectionné(s)'
|
@@ -21,7 +21,14 @@ display:
|
||||
tags:
|
||||
previous: ‹‹
|
||||
next: ››
|
||||
arguments:
|
||||
created_year_month:
|
||||
title: '{{ arguments.created_year_month }}'
|
||||
block_1:
|
||||
display_title: Bloc
|
||||
display_options:
|
||||
arguments:
|
||||
created_year_month:
|
||||
title: '{{ arguments.created_year_month }}'
|
||||
page_1:
|
||||
display_title: Page
|
||||
|
@@ -24,6 +24,7 @@ display:
|
||||
tid:
|
||||
exception:
|
||||
title: Tout
|
||||
title: '{{ arguments.tid }}'
|
||||
feed_1:
|
||||
display_title: Flux
|
||||
page_1:
|
||||
|
29
config/sync/ultimate_cron.job.materio_home_cron.yml
Normal file
29
config/sync/ultimate_cron.job.materio_home_cron.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
uuid: c2ba4b89-48f4-4d48-9c29-cb7d0df8ead8
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- materio_home
|
||||
title: 'Default cron handler'
|
||||
id: materio_home_cron
|
||||
weight: 0
|
||||
module: materio_home
|
||||
callback: materio_home_cron
|
||||
scheduler:
|
||||
id: simple
|
||||
configuration:
|
||||
rules:
|
||||
- '*/5+@ * * * *'
|
||||
launcher:
|
||||
id: serial
|
||||
configuration:
|
||||
timeouts:
|
||||
lock_timeout: 3600
|
||||
launcher:
|
||||
thread: 0
|
||||
logger:
|
||||
id: database
|
||||
configuration:
|
||||
method: '3'
|
||||
expire: 1209600
|
||||
retain: 1000
|
Reference in New Issue
Block a user