madebyhiro / codem-transcode

Offline video transcoder written in node.js
Other
153 stars 68 forks source link

Allow removal/cancellation of jobs #2

Closed tieleman closed 13 years ago

tieleman commented 13 years ago

It would be nice to be able to cancel and/or remove jobs. Most likely via a HTTP DELETE request:

curl -XDELETE http://$TRANSCODER/jobs/$ID

tieleman commented 13 years ago

Available in 0.2.0. This will cancel your job (if it is running) and delete it from the database.