search

Home  >  Q&A  >  body text

php - About laravel memory-resident tasks

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

淡淡烟草味淡淡烟草味2826 days ago666

reply all(2)I'll reply

  • PHPz

    PHPz2017-05-16 13:11:57

    Then check it out first and push it to the queue

    reply
    0
  • 巴扎黑

    巴扎黑2017-05-16 13:11:57

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

    reply
    0
  • Cancelreply