Conversation
5fed377 to
13466f7
Compare
|
Ah, I seem to have missed this. Is this Google's primary task queue? Seems like they also have https://cloud.google.com/tasks/ |
|
Seems like pubsub is more like what we want. https://cloud.google.com/tasks/docs/comp-pub-sub |
|
Hmm, I think Pub/Sub is more similar to SQS than Cloud Tasks, but there is no 100% perfect match between Pub/Sub, Cloud Tasks, SQS and SNS... Notable differences between Pub/Sub and SQS I remember I ran into: Pub/Sub allows huge payloads (10 MB), but the maximum lease time limit is much shorter (10 minutes, iirc). |
|
I'm going to try to integrate this, but I'll probably have to do some radical surgery to this PR or open a new one due to the major refactoring that just happened. |
|
Would you still be interested in integrating this Nico? Happy to do it, just want to make sure there's interest. |
|
Pub/Sub support was integrated in #44 |
PR adds support for Google's Pub/Sub queue
TODO: Add tests and maybe look into the missing features