Put forward extremely simply. Straigh-forward, to-the-point and no fluff! 11/10 would definitely recommend to everyone.
@Induraj1121 күн бұрын
point to point.. made so easy.. subscribed bro.. Thanks for the video
@khanshehryar2258 Жыл бұрын
Just looking like a WOW. I was just sacred of this topic. You made it very easy.
@codewithrajranjan Жыл бұрын
So beautiful so elegant just looking like a wow
@stepkurniawan11 ай бұрын
We can clearly see the high quality video you put into. thanks!
@sany2k8 Жыл бұрын
Do you have the next part of it? Reading data from redis queue and process.
@ammadkhan468711 ай бұрын
Very beautifully explained. I am planning to implement this scenario to replace azure queue. As that is costing us more for volume of Queues deployed there. Any similar idea or video will be very much appreciated. Thank you for your effort.
@codewithrajranjan11 ай бұрын
Thanks . If you can explain your current architecture then i would be able to help
@maheshmmmec6 ай бұрын
Where would this function be executed, on the same compute where fast api is running?
@marcgentner13225 ай бұрын
Do i setup the que on antoher server than the producer? Qnd what are the consumers? A application on a server or ? How do you host this fulltime?
@abhishekbhosale36285 ай бұрын
How do we start workers on different machines rather than same machine as the server ?
@contactkashif10 ай бұрын
Nice tutorial. I don't get which part was the consumer?
@betterhumans17528 ай бұрын
How can I have a background process that uses a UI so the user can alter settings?
@KivySchool Жыл бұрын
Thanks for your high quality tutorial. I am struggling to understand how to use `redis` to cache the response from some routes on FastAPI. For example, I have a route GET /posts. This route takes 50~70ms to process and return a response. How can I cache this response with redis, so that the next time someone query GET /posts in the next 30 seconds, it returns a faster response? And suppose someone makes a new post, how can I force the `cache` to refresh? I tried to use this library "pip install fastapi-cache2", but haven't had success using redis with it. I would appreciate a tutorial from you on this, thanks!
@stestingtesting5 ай бұрын
i am getting Waiting for background tasks to complete. (CTRL+C to force quit) while sending bulk emails did you know the solution of this problem
@jimmyauris84128 ай бұрын
There is a guide to make this in production? Thanks 🎉
@billluo9568 Жыл бұрын
Easy to understand!
@nisharohilla59188 ай бұрын
Thank you for the video Sir, Is there a way to count the pending queues in redis?
@chikosan99 Жыл бұрын
Very nice (: So the job process happing in the redis server (worker) and not in the fastapi server ?! if my job have module depends ? Thanks
@manjit13054 ай бұрын
i am using windows10 os. When i run the "rq worker" i get this error: child_pid = os.fork() ^^^^^^^ AttributeError: module 'os' has no attribute 'fork'
@murtazasingapurwala8044 Жыл бұрын
Hey, actually i am receving an error ... ValueError: time data '' does not match format '%Y-%m-%dT%H:%M:%SZ' I am using windows subsystem for linux and have installed "python3-rq" library to run command "rq worker "
@nirajgautam403 Жыл бұрын
How to get the status of the job continuously.
@codewithrajranjan Жыл бұрын
jobInstance.get_status(refresh=True) Possible values are queued, started, deferred, finished, stopped, scheduled, canceled and failed. If refresh is True fresh values are fetched from Redis.
@MohammadDLitoo8 ай бұрын
awesome tut... is it possible for you to show us celery rabbit mq grpc in python in future ?
@codewithrajranjan8 ай бұрын
Sure . Will keep that in mind and try to make content on that