TaskSchema module

This commit is contained in:
Marek Lenczewski
2026-04-12 15:42:48 +02:00
parent 4e81cea831
commit 5198769de4
57 changed files with 3066 additions and 324 deletions

View File

@@ -27,6 +27,9 @@ web_extra_daemons:
- name: vite
command: "npm run dev"
directory: /var/www/html/frontend
- name: scheduler
command: "php /var/www/html/backend/bin/console messenger:consume scheduler_default --time-limit=3600"
directory: /var/www/html/backend
# Key features of DDEV's config.yaml: