Building Google Cloud Platform Solutions
上QQ阅读APP看书,第一时间看更新

Structuring tasks queues

Note that in addition to traditional App Engine services, task queue workers may also create new tasks, making it possible to split tasks into subtasks. This strategy can have a number of benefits. For example, a simple task such as updating a database may be invoked by multiple services and workers, allowing for isolation of the underlying execution and increasing reusability. Additionally, developers can better leverage the benefits of the push and pull models where they make sense.