ShaneK / Matador

Front-end web interface for Bull Job Manager
MIT License
98 stars 51 forks source link

New Job page. Creates a job given queueName and JSON payload. #20

Closed peterholdsworth closed 8 years ago

nodesocket commented 8 years ago

:+1: would be cool to have this.

adityabansod commented 8 years ago

:+1: tried it locally, would be great to have.

ShaneK commented 8 years ago

This is a very nice addition, thank you for the PR. Sorry it took me to long to pull in :disappointed:

LudoMichaud commented 8 years ago

Hello everyone,

Please, do you have any example of JSON payload ?

Thanks!

peterholdsworth commented 8 years ago

Any valid JSON can be enqueued e.g. {} or {"prop":"value"} or {"prop1":"value1", "prop2":"value2"}

On 18 April 2016 at 09:35, Tomtom777 notifications@github.com wrote:

Hello everyone,

Please, do you have any example of JSON payload ?

Thanks!

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/ShaneK/Matador/pull/20#issuecomment-211269365

Peter Holdsworth peter.j.holdsworth@gmail.com 07771391757

LudoMichaud commented 8 years ago

Thank you very much!