Kendryck
Kendryck
I'm note sure if it's possible with google pubsub, but we could try to implement the new ClearableQueue contract : https://github.com/illuminate/contracts/blob/8.x/Queue/ClearableQueue.php.
As explained on https://github.com/kainxspirits/laravel-pubsub-queue/pull/35#issuecomment-624340690, we can reduce the number of administrative requests by onlyu re-creating subscriptions and topics when needed. https://cloud.google.com/pubsub/docs/troubleshooting#admin
Already made a PR on MoeCasts fork, but it might be quicker to just make a new PR here. You can delete this PR if another fix is merged. Next...