-
Notifications
You must be signed in to change notification settings - Fork 13
Task Queue API
Ling-Xiao Yang edited this page Nov 6, 2015
·
1 revision
3 GET
-only endpoints are provided for retrieving the information concerning Rodan workers:
-
/taskqueue/status/
: configuration and usage of all workers -
/taskqueue/scheduled/
: scheduled tasks on all workers. -
/taskqueue/active/
: the tasks being processed on all workers.
These endpoints are only available to admin users, and are for monitoring the load and performance of Rodan workers.
- Repository Structure
- Working on Rodan
- Testing Production Locally
- Working on Interactive Classifier
- Job Queues
- Testing New Docker Images
- Set up Environment Variables
- Set up SSL with Certbot
- Set up SSH with GitHub
- Deploying on Staging
- Deploying on Production
- Import Previous Data