This page demonstrates how to create an App Engine task handler, the
worker code that handles an App Engine task. The Cloud Tasks
queue sends HTTP requests to your task handler. Upon successful completion of
processing, the handler must send an HTTP status code between 200 and 299
back to the queue. Any other value indicates the task has failed and the queue
retries the task.
App Engine Task Queue requests are sent from the IP address 0.1.0.2.
Also refer to the
IP range for requests sent to the App Engine environment.