-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Allow receivers to run in the background by just adding the task to the event loop queue, but not awaiting it. Could do something similar to https://fastapi.tiangolo.com/tutorial/background-tasks/.
Note: Background tasks must be configurable by each receiver, as we still need to have receivers that are required to be finished before continuing. This might for example be true for a receiver that sets the modification date of something before it is stored to the database. Also we should add an option to send() so disable background tasks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels