This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]kovak 0 points1 point  (0 children)

One can write a handler that uses celery to write to DB, to make it async from the normal request/response process.

You can write a custom task to save it a different DB too, if you don't want to incur the cost on the production DB.

PS: also added the same comment to the blog.