Using CeleryΒΆ

By default, Quade will execute Records synchronously. If you wish to execute them asynchronously instead, Quade ships with a Celery task for this purpose. To enable it, specify use_celery=True in your Quade setting.

You must also ensure that Celery is installed and properly configured. You can install Celery as a dependency of Quade by specifying the celery extra during installation:

pip install quade[celery]