Essentially we want to de-bloat the core a little, making it possible to install the core middleware without anything else. It's possible to install the middleware today, without adding celery as a dependency, but the celery code is still contained in the wheel.
There's also some Sentry + Celery logic to consider @JonasKs. Do we put that in its own third package? Something to think about 🤔
get_guidandset_guidEssentially we want to de-bloat the core a little, making it possible to install the core middleware without anything else. It's possible to install the middleware today, without adding
celeryas a dependency, but the celery code is still contained in the wheel.There's also some Sentry + Celery logic to consider @JonasKs. Do we put that in its own third package? Something to think about 🤔