https://github.com/andricdu/s2-scheduler
A simple schedule for processing samples.
https://github.com/andricdu/s2-scheduler
Last synced: 3 months ago
JSON representation
A simple schedule for processing samples.
- Host: GitHub
- URL: https://github.com/andricdu/s2-scheduler
- Owner: andricDu
- License: other
- Created: 2016-09-21T14:42:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-23T14:23:04.000Z (about 9 years ago)
- Last Synced: 2025-05-07T17:27:45.676Z (5 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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"
```