mjhea0 / flask-redis-queue

Example of how to handle background processes with Flask, Redis Queue, and Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Render template after Job finishes

thewozz opened this issue · comments

Hi Michael, is it possible to pass the data back from ajax to flask view and render a template with a different URL? I want to check when the jobs are done, display a loading page, and then render the home.html with the results of the job.