Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 332 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 332 Bytes

Simple Sample Scheduler

Requirements

  • Python >= 3.4
  • Django 1.10.1

Usage

Get new sample:

curl -g -i -X GET http://localhost:8000/scheduler/small_sample_queue/ -H "X-IP: $ip"

Finish with sample:

curl -g -i -X POST http://localhost:8000/scheduler/small_sample_completed/ -H "X-IP: $ip" -H "X-UUID: $uuid"