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

20 lines
343 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
.. _worker_api:
**********
Worker API
**********
.. contents::
:local:
:depth: 3
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