ServiceQueueHandler

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

Bases: qcfractal.web_handlers.APIHandler

Handles service management (querying/add/modifying)

Methods Summary

get()

Gets information about services from the service queue.

post()

Posts new services to the service queue.

put()

Modifies services in the service queue

Methods Documentation

get()[source]

Gets information about services from the service queue.

post()[source]

Posts new services to the service queue.

put()[source]

Modifies services in the service queue