stackkit/laravel-google-cloud-tasks-queue

Missing return breaks some special use-cases

emilmilow opened this issue · 1 comments

Hi there,

just wanted to put some urgency to my open PR (#120). It should be quite an easy merge & hotfix.

I am using a third party queue monitor which is currently unable to monitor the initial push to the queue due to the missing job id return.

Just for validation the return statement in some other driver implementations: Redis, Database, SQS

All the best,
Emil

Just released v3.6.2 with this fix. Thank you! 👍