laravel-async-queue
laravel-async-queue copied to clipboard
Jobs not add to the Jobs table in MYSQL. Laravel 5.4
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
I also have same issue. has this issue been solved by someone