feat: a lot of a lot

This commit is contained in:
2024-09-01 22:19:13 +03:00
parent 6ad78df35d
commit 82236a7750

View File

@@ -10,5 +10,6 @@ celery = Celery(
celery.conf.result_backend_transport_options = {
'global_keyprefix': 'crm_'
}
celery.conf.task_default_queue = 'crm'
from .tasks import *