English

Google App Engine

The Task Queue Go API

App Engine applications can perform background processing by inserting tasks (modeled as web hooks) into a queue. App Engine will detect the presence of new, ready-to-execute tasks and automatically dispatch them for execution, subject to scheduling criteria.

This reference describes the Go API for the Task Queue service. It has the following sections: