cron-manager
cron-manager copied to clipboard
Not asynchronous
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.
Hello. No, it's not supported. I think the simpliest solution for you is to somehow make an asynchronous call from controller function.
Ok Thank you. I thought indeed about each controller modifying it's state in task_run (progress and status).