1 Answers
Hi Richard!
I’ve added the missing link on this video – although you may have already seen the resource in question, as it’s the reference architectures website we cover at the end of the course.
Cloud Tasks is not currently part of the published curriculum for the certification, so it hasn’t been included (the course is already quite long!)
As for Pub/Sub, latency is a complex issue due to the distributed nature of the system. It is possible to achieve relatively low latency with push subscriptions, however your mileage may vary and latency itself is not part of the SLA. To achieve the lowest latency possible it’s worth reading through Google’s architectural overview of Pub/Sub here: https://cloud.google.com/pubsub/architecture
Hope that helps!