yiisoft / queue

Queue extension for Yii 3.0
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
54 stars 29 forks source link

[Enhancement] AWS PHP Lambda functions as Yii3 Queue Workers #207

Closed g41797 closed 2 months ago

g41797 commented 4 months ago

discussed in the past

we don't want to run the php artisan queue:work command. Instead, we create a Lambda function that is invoked immediately when there are new jobs to process

I also don't want to run yii queue:run or yii queue:listen

We are going to implement SQS/SNS adapters for yii3 queue.

I see correlation between these issues.