Feat: change the architecture of the 'sheepit network', instead of storing every frame,mp4,zip on a single server, use multiple servers(shepherds)

This commit is contained in:
Laurent Clouet
2020-04-14 17:35:54 +02:00
parent 08fe55564c
commit 57bc27bdcf
6 changed files with 18 additions and 13 deletions

View File

@@ -37,6 +37,10 @@ public class RenderTask {
@Attribute(name = "extras")
@Getter
private String extras;
@Attribute(name = "validation_url")
@Getter
private String validationUrl;
@Attribute(name = "name")
@Getter