get http://flamenco:9999/tasks/generate
Delivers the first task available according to the schedule
One of the main entry points to be accessed by the manager. By requesting this address, we will receive a task description in JSON format, which then needs to be handled on the manager side.
The settings
field is of particular importance. It is a simple Python dictionary that can optionally contain the following fields:
{
"frame_start": 2274,
"filepath": "01_04_02_Q.lighting.blend",
"command_name": "default",
"format": "JPEG",
"render_settings": "",
"chunk_size": 5,
"frame_end": 2347
}