Closed vkgautham closed 15 hours ago
What's your celery version? It works correctly on 5.4.0
(in tests). See https://github.com/maciej-gol/tenant-schemas-celery/blob/master/tenant_schemas_celery/test_tasks.py#L47
Just "celery" in requirements.txt (Docker) didnt pick up the latest version. Need to explicit version.
Thanks
TypeError at .../ my_shared_task() takes 0 positional arguments but 1 was given
Celery shared_task doesn't take any positional arguments, but the example in documentation binds TenantTask for shared tasks which throws exception.
Any idea?