added recomputing of home compute field on cron

This commit is contained in:
2019-05-24 15:13:14 +02:00
parent c8829ee539
commit b6b71ab9a4
9 changed files with 124 additions and 32 deletions

View File

@@ -0,0 +1 @@
label: 'Large (480×480)'

View File

@@ -0,0 +1 @@
label: 'Bloquer le(s) utilisateur(s) sélectionné(s)'

View File

@@ -0,0 +1 @@
label: 'Annuler l''(les) utilisateur(s) sélectionné(s)'

View File

@@ -0,0 +1 @@
label: 'Débloquer le(s) utilisateur(s) sélectionné(s)'

View File

@@ -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

View File

@@ -24,6 +24,7 @@ display:
tid:
exception:
title: Tout
title: '{{ arguments.tid }}'
feed_1:
display_title: Flux
page_1:

View 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