I want to render output from rq immediately after it gets completed.
Currently, I am using Job.fetch()
to fetch tasks. But I have to repeatedly check after a certain interval for that.
I am using flask-socketio to render results.
Is there some way I could fetch results from task as soon as it gets finished?