From 6a1a0c1db580553a12447dbe3c3e588197cb3304 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Mon, 8 Feb 2021 00:32:42 +0100 Subject: [PATCH] sprint planning --- BACKLOG.md | 8 ++------ run_web.sh | 2 +- run_worker.sh | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/BACKLOG.md b/BACKLOG.md index 416c26ae..eba4142d 100644 --- a/BACKLOG.md +++ b/BACKLOG.md @@ -206,9 +206,5 @@ * Issue #153 refactor RkiServiceUpdate.update_db * Issue #154 refactor RkiServiceUpdate.update_db_short * Issue #155 refactor RkiServiceUpdate.update_db_initial -* Issue -* Issue -* Issue -* Issue -* Issue -* Issue \ No newline at end of file +* Issue #156 run_web.sh +* Issue #157 run_worker.sh diff --git a/run_web.sh b/run_web.sh index 15b6cf96..af51552f 100755 --- a/run_web.sh +++ b/run_web.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -# TODO ... this is not yet working +# TODO #156 run_web.sh - this is not yet working # diff --git a/run_worker.sh b/run_worker.sh index 4a50140d..e3678065 100755 --- a/run_worker.sh +++ b/run_worker.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -# TODO ... this is not yet working +# TODO #157 run_worker.sh - this is not yet working # #export FLASK_ENV=development -- GitLab