简体   繁体   中英

How to do background process in free PHP heroku

I need to do background process in PHP Heroku because Heroku has 30 second limitation for the request. Request will terminate if it takes longer than 30 seconds to complete. I had used Syfony 2.0 but Symfony automatically stops child process(Background Process) when its main thread completes So it doesn't works for me. I am using PHP Heroku Free Hosting. Please explain me that How to do background process in PHP free Heroku Hosting. thanks in advance.

如何使用Heroku Scheduler

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM