Support the ongoing development of Laravel.io →
posted 7 years ago
Queues
Last updated 1 year ago.
0

Suggestions :

  1. did you check your environment file on production. Check it is set to database also
  2. are your tables set and migration was ran 3 if 1and 2 are yes, what do you see in your queue table. Is it entering.

Simple stuff to check first

0

Hi , i have done 1 and 2 , no problem with them.

i had tried using my production database with my local code, i can see the entries in the jobs table, so the table is ok. i even tried uploading my entire project, but its not working.

i see no errors , just blank result in my api as soon as i add Queue::push(new ExampleJob).

0

You also have to run the queue listener on your production server... If you use Laravel Forge it's really easy. Just go to the queue tab and configure a queue

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.