issues
search
pressly
/
qmd
[DEPRECATED] Async script processing web service
MIT License
11
stars
3
forks
source link
Next
#30
Closed
VojtechVitek
closed
8 years ago
VojtechVitek
commented
9 years ago
TODO:
[x] Job
statusCode
[x] Kill jobs that exceed
max_exec_time
[x] Add support for passing Files
[x] Stdout,Stderr,QMD_OUT are not persistent files
[x] Kill all Job's subprocesses
[x] Job directory clean-up
[x] Don't store jobs... only some statistics for now?
[x] Kill job when client disconnects before receiving data
[x] QMD Closing -> waits for running jobs
[x] QMD Closing -> middleware that responds with Unavailable
[x] R&D use
NSQ or
something (
1
,
2
,
3
,
4
) as an abstract Queue above QMD
[x] Implement & Use client for
Disque persistent priority job queue
[x] Redis for persistent data (logs)
[x] Dockerfile
c2h5oh
commented
9 years ago
In general LGTM
TODO:
statusCode
max_exec_time
NSQ orsomething (1, 2, 3, 4) as an abstract Queue above QMD