From 3050434f15c822b549ae7d87436411b1219e56f2 Mon Sep 17 00:00:00 2001 From: Mathias Rasmussen Date: Wed, 21 Dec 2022 14:59:28 +0100 Subject: [PATCH] Fixed x --- PROJECT_TASKS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROJECT_TASKS.md b/PROJECT_TASKS.md index d801324..5ca7e0c 100644 --- a/PROJECT_TASKS.md +++ b/PROJECT_TASKS.md @@ -63,6 +63,6 @@ - [x] security (proper credential management and common standard security practices enforced) - Modern standards enforced, such as JWT based authentication, password salting/hashing, `minizinc-app` service and database not publicly accesible. - [x] provide user stories to explain how the system is intended to be use -- [ ] provide minimal documentation to deploy and run the system +- [x] provide minimal documentation to deploy and run the system - [x] fairness: if the resources do not allow to run all the solvers at the same time the jobs should be delayed and executed fairly (e.g. FIFO). User should therefore not wait indefinitely to run their jobs (optional). - All requests are added as jobs, fairness is handled by the kubernetes cluster