- Feb 05, 2017
-
-
Francesco Siddi authored
-
Francesco Siddi authored
-
- Feb 02, 2017
-
-
Pablo Vazquez authored
-
Pablo Vazquez authored
-
Pablo Vazquez authored
-
Pablo Vazquez authored
-
Sybren A. Stüvel authored
If this is still needed at some point, it can be added to the flamenco-manager.yaml file instead; it then doesn't require any source code changes or redeploys, just a restart of Flamenco Manager.
-
- Feb 01, 2017
-
-
Pablo Vazquez authored
-
Pablo Vazquez authored
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
-
Pablo Vazquez authored
-
Sybren A. Stüvel authored
The Manager will return a 409 Conflict status for updates to tasks that have been assigned to another worker. This change prevents the worker from trying to push these updates indefinitely to the Manager.
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
The task timeout checker runs periodically, but only starts 5 minutes after manager startup. This allows workers to push updates to the manager after downtime, before getting timed out. This /timeout URL is there to allow enforcing timeouts within that 5 minute window.
-
- Jan 31, 2017
-
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
MergeExrCommand is now called MergeProgressiveRendersCommand, to be consistent with the job compiler on Server.
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
Now tasks can be sorted by job and task priority, and different tasks can have different priorities within a job. This will allow for better control over task ordering than just relying on parent relationships.
-
Sybren A. Stüvel authored
Tasks are sorted by job priority first, and then by task priority.
-
- Jan 30, 2017
-
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
-
- Jan 27, 2017
-
-
Sybren A. Stüvel authored
This is quite useful if one task failed (for example when a worker times out) and you want to re-queue it without cancelling any currently active tasks.
-
Sybren A. Stüvel authored
When 'src' needs to be moved to 'dst', but 'dst' already exists, the command finds a suffix that doesn't exist yet.
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
This improves performance when dealing with large graphs.
-
Sybren A. Stüvel authored
-