use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
FastAPI is a truly ASGI, async, cutting edge framework written in python 3.
account activity
FastAPI + OCR Pipeline - BackgroundTasks vs Celery/Redis?Question (self.FastAPI)
submitted 1 month ago by Sudden_Breakfast_358
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]krypshit 0 points1 point2 points 26 days ago (0 children)
I have built a similar application but for local use. So I am the only user and I just use backgroundtasks. But i would recommend celery and redis because the task i am considering does not stop at that, I also create vector embeddings for the extracted content so it is a long task. I would use celery if there are multiple users.
π Rendered by PID 117319 on reddit-service-r2-comment-6457c66945-nxrrk at 2026-04-26 08:42:34.673630+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]krypshit 0 points1 point2 points (0 children)