MUlt1mate / cron-manager

A PHP cron task manager for MVC-type applications
MIT License
405 stars 70 forks source link

Not asynchronous #17

Open AlloMehdi opened 5 years ago

AlloMehdi commented 5 years ago

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.

MUlt1mate commented 5 years ago

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

AlloMehdi commented 5 years ago

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