Queue - ouinformatics/cybercom GitHub Wiki
Cybercommons task queue API
The task queue API is a simple way to submit tasks to the Cybercommons task queue.
Task submission
Submitting tasks is accomplished by sending a GET request to the /queu/submit target. These requests can be sent using positional parameters or named parameters
Positional (RESTful)
http://www.cybercommons.org/queue/submit/some.task.name@somequeue/param1/param2/param3
Named parameters
http://www.cybercommons.org/queue/submit/some.task.name@somequeueu?param1=someval¶m2=someotherval