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

Cant process queue automatically

Open vik0803 opened this issue 7 years ago • 2 comments

Hi Barry,

I was trying to use your package in one of the application that I am developing whereas it creates the record in JOBS table but it didnt get executed automatically due to which I need to put a route in place but to execute the jobs in queues it does have dependancy whereas it adds few more records to JOBS table.

I have used 0.4.2 tagged package. Appreciate your help if you can share some guidelines on how exactly I can eliminate the route for manual execution and have it managed automatically so that it is ASYNC but processes immediately once a record is added in JOBS table.

Thanks, Vik

vik0803 avatar Feb 08 '17 15:02 vik0803

is this issue resolved?

Muhammadinaam avatar Mar 09 '18 07:03 Muhammadinaam

Maybe try to see this answer #77

oriceon avatar Jun 27 '18 08:06 oriceon