♻️(summary) reorganize API code

I totally reorganized the API code, to gain in clarity.
This commit is contained in:
lebaudantoine
2024-11-30 00:17:12 +01:00
committed by aleb_the_flash
parent b12b14b277
commit 35741a1bc1
14 changed files with 83 additions and 49 deletions

View File

@@ -167,7 +167,7 @@ celery:
command:
- "celery"
- "-A"
- "summary.celery_worker"
- "summary.core.celery_worker"
- "worker"
- "--pool=solo"
- "--loglevel=info"

View File

@@ -280,7 +280,7 @@ celery:
command:
- "celery"
- "-A"
- "summary.celery_worker"
- "summary.core.celery_worker"
- "worker"
- "--pool=solo"
- "--loglevel=info"