php - About laravel memory-resident tasks
淡淡烟草味
淡淡烟草味 2017-05-16 13:09:57
0
2
670

The user submits the order and the order information is stored in the database. I want to perform the task by reading the database. The task is to curl a URL with post data and then push the data obtained by curl to the background

After looking at Laravel’s queue, I still need to push something, but mine is reading the database to obtain information. How to solve this

淡淡烟草味
淡淡烟草味

reply all(2)
PHPzhong

Then check it out first and push it to the queue

巴扎黑

Use laravel artisan to monitor the queue and then push the database information to the queue for processing

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template