demux / demux/drf-webhooks

Make celery optional

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.