- Monitoring chapters
- possibilities for ToolBarButton.html.twig to have tailwind classes see ChapterListToolbar.php
- Makefile scheduler command
- Makefile make:message command
This commit is contained in:
Jérémy Guillot
2024-07-20 19:40:48 +02:00
parent 7fc2f15f6b
commit ff59aa5d77
21 changed files with 818 additions and 283 deletions

View File

@@ -16,6 +16,7 @@ framework:
# Route your messages to the transports
'App\Message\DownloadChapter': async
'App\Message\RefreshMetadata': async
App\Message\RefreshAndDownloadChapters: async
# when@test:
# framework:

View File

@@ -4,6 +4,7 @@
# Put parameters here that don't need to change on each machine where the app is deployed
# https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration
parameters:
cache_adapter: 'cache.adapter.filesystem'
services:
# default configuration for services in *this* file