How to run Laravel Queue Job at AWS App Runner?

0

I am running a Laravel project on AWS app runner. I installed the app by following this tutorial. https://qiita.com/sugimount-a/items/32da272685f03bfc943c I added

php /app/artisan queue:work 

at entrypoint.sh but the queue is not working. Does anyone have an idea to run the Laravel queue at AWS app runner? Thanks

Michael
asked 6 months ago123 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions