···
40
40
];
41
41
42
42
const orchestrators = [
43
43
+
{ url: "orchestrator/input-cache/", title: "Input caching" },
43
44
{ url: "orchestrator/output-management/", title: "Output management" },
44
45
{ url: "orchestrator/single-queue/", title: "Single queue" },
45
46
];
···
51
52
52
53
const processors = [
53
54
{ url: "processor/artwork/", title: "(TODO) Artwork fetcher" },
54
54
-
{ url: "processor/http-metadata/", title: "(TODO) HTTP(S) metadata fetcher" },
55
55
+
{ url: "processor/metadata-fetcher/", title: "Metadata fetcher" },
55
56
];
56
57
---
57
58