Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 403 Bytes

File metadata and controls

9 lines (6 loc) · 403 Bytes

Using Background Threads from Google App Engine

This example shows how to use manual or basic scaling to start App Engine background threads.

See the documentation on modules for more information.

Your app.yaml configuration must specify scaling as either manual or basic. The default automatic scaling does not allow background threads.