TaskQueueHandler

class qcfractal.queue.TaskQueueHandler(application: tornado.web.Application, request: tornado.httputil.HTTPServerRequest, **kwargs: Any)[source]

Bases: qcfractal.web_handlers.APIHandler

Handles task management (querying/adding/modifying tasks)

Methods Summary

get()

Gets task information from the task queue

post()

Posts new tasks to the task queue.

put()

Modifies tasks in the task queue

Methods Documentation

get()[source]

Gets task information from the task queue

post()[source]

Posts new tasks to the task queue.

put()[source]

Modifies tasks in the task queue