cron-manager icon indicating copy to clipboard operation
cron-manager copied to clipboard

Not asynchronous

Open AlloMehdi opened this issue 7 years ago • 2 comments

Hello, Thank you for your work. A successfully made it work with CodeIgniter 3 but I have a problem ; is it possible to have it run asynchronously ? Thank you.

AlloMehdi avatar Oct 23 '18 07:10 AlloMehdi

Hello. No, it's not supported. I think the simpliest solution for you is to somehow make an asynchronous call from controller function.

MUlt1mate avatar Oct 23 '18 17:10 MUlt1mate

Ok Thank you. I thought indeed about each controller modifying it's state in task_run (progress and status).

AlloMehdi avatar Oct 24 '18 08:10 AlloMehdi