Resource Freeing in Redis Jobs
I’ve an application that sends redid jobs output to front-end via socket. There are some special type nodes those are special & needs to wait to finish their jobs.So I’m using infinite waiting to finish those jobs to complete. Something like below. While True: If job.status() == "finished" : Break I want to if there’s… Read More Resource Freeing in Redis Jobs