This repository has been archived on 2023-02-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
flamenco-manager/docs/source/developer_manual/api/worker.rst
T

343 B
Raw Blame History

Worker API

Info

  • GET / : redirect to /info

  • GET /info : returns workers informations => 200

  • POST /execute_task : run a task => 200 (or 500 if it fails)

  • GET /pid : returns pid of running task (JSON) => 200

  • DELETE /kill/{pid} : kill process => 204