qor / worker

Worker run jobs in background at scheduled time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change the `ABORT PROCESS` button once the job's finished

jinzhu opened this issue · comments

Rightnow it is controlled in backend, which means if user started a job, and wait for the job finished without fresh current page, then the ABORT PROCESS will keep be there even after the job finished.

Need to move the control to frontend

image