laravel-async-queue icon indicating copy to clipboard operation
laravel-async-queue copied to clipboard

Jobs not add to the Jobs table in MYSQL. Laravel 5.4

Open karmamaster opened this issue 7 years ago • 1 comments

Hello, I have installed and configured all follow the instruction, they just finished all of them and worked fine. But when I request the API from postman it just the sync request, I just figure out this problem because I have a tried to put a sleep(60) command in the script, and then request another API calling, it is stuck just because of sleep command so it can not be async.

Furthermore, when I check the Jobs table I saw that none of the queues is inserted into the table.

Anyone have this problem?

Thanks

karmamaster avatar Jun 14 '17 10:06 karmamaster

I also have same issue. has this issue been solved by someone

Muhammadinaam avatar Mar 09 '18 07:03 Muhammadinaam