google app engine - Datastore and task queue downtime correlation -


What is the connection between datastore and work queue downtime?

(I want to use the work queue to postpone some operations in the case of datastore downtime.)

The work queue should generally be more durable with the datastore, because it is a simple system, but there is no guarantee that they can not both experience the outage simultaneously.


Comments