Make celery optional
Open
enhancement
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
It's probably a bad idea to send HTTP requests to 3rd party systems in the same thread/process that serves the http request.
But let's find some alternatives to Celery anyway.
- Can we send the request using `asyncio` after or while serving the http response or completing whichever job triggered the webhook? (non-blocking)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.