directory
Version:
v2.4.3+incompatible
Opens a new window with list of versions in this module.
Published: Aug 5, 2020
License: Apache-2.0
Opens a new window with license information.
README
¶
To deploy in sandbox:
gcloud auth login ...
gcloud config set project mlab-sandbox
gcloud app deploy queue.yaml
For production:
gcloud auth login ...
gcloud config set project mlab-oti
gcloud app deploy queue.yaml
Task queues may be observed in cloud console.
See documentation online to update.
Directories
¶
Package pushqueue provides a microservice that accepts HTTP requests, creates a Task from given parameters, and adds the Task to a TaskQueue.
|
Package pushqueue provides a microservice that accepts HTTP requests, creates a Task from given parameters, and adds the Task to a TaskQueue. |
Click to show internal directories.
Click to hide internal directories.