Skip to content

request handler code #37

@kingfischer16

Description

@kingfischer16

Regardless of whatever model and code gets copied into the Docker image, there will need to be a file, e.g. handler.py, that:

  • Polls SQS for 1 new task
  • Gathers required resources (data, hyperparameters) before the execution
  • Executes the task (user definition, making use of user code via imports)
  • Sends the results (metrics, files) to appropriate storage (S3, RDS)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions