UploadService#

class eclypse.builders.application.thumbnailer.rest_services.upload.UploadService[source]#

Bases: Service

Start the thumbnailing pipeline.

Methods

__init__(service_id[, store_step])

Initialise the uploader with a rolling image counter.

step()

Drive one image through the REST thumbnailing workflow.

Attributes

__init__(service_id, store_step=False)[source]#

Initialise the uploader with a rolling image counter.

Parameters:
  • service_id (str)

  • store_step (bool)

async step()[source]#

Drive one image through the REST thumbnailing workflow.