Skip to content

johnworth/job-status-listener

 
 

Repository files navigation

job-status-listener

Listens over HTTP for job status updates, then publishes them to AMQP.

This service accepts a JSON request body at the POST {uuid}/status endpoint which describes a status update for the job with an external ID of {uuid}. The body should have three keys, all strings: hostname, message, and state, where state should be one of: submitted, running, completed, or failed. More documentation for the public-facing part of this is available at https://cyverse-de.github.io/misc-api/ .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 89.9%
  • Dockerfile 10.1%