From 5f019044ce461b1b35c3ebef4451c6c143d6b7f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 15 Apr 2022 15:29:14 +0200 Subject: [PATCH] Add caching of job compilers to FEATURES.md --- FEATURES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FEATURES.md b/FEATURES.md index 4197a5b3..8a37a3e2 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -35,6 +35,10 @@ Note that list is **not** in any specific order. - [ ] Shaman/Job settings: Distinction between "can be auto-deleted" jobs and "must be kept around" jobs. - [ ] Sending data upstream to Flamenco Overwatch - [ ] Job archival / task cleanup +- [ ] Caching of job compilers. Currently every operation (including "fetch job + type info", which is done by the web interface whenever job details are shown) + will just parse the JS from disk again. It'll be better to only do this when + the file on disk changed. ## Worker