From 49fa28c95a66ebba098ec9371b8e6671c3e2d22c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 24 Sep 2020 22:04:30 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 96903d82..db6397f2 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -3,17 +3,13 @@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -todo: Take a serious look at .net5 migration, it will almost certainly be better to do it now than down the road after a release - it also has many performance enhancements and nifty features like code analysis and warnings which might save me a lot of hassle - Tasks: - 1) Look at all libs I use and see if they have .net5 compatibility - 2) Do it! - -aspnetcore 5.x update - By now it might be out of RC status - update guide: https://docs.microsoft.com/en-us/aspnet/core/migration/31-to-50?view=aspnetcore-3.1&tabs=visual-studio - breaking changes: https://docs.microsoft.com/en-us/dotnet/core/compatibility/3.1-5.0 - +todo: look at proper settings for rendering in docker on linux and try to make it resilient to crashing even if set too low or too little resources + IDEAS: + check guidelines for running in docker from link below + check command line params for best fit + see about re-using same or whatever + check cpu, memory usage upon render request, reject immediately if the system is overburdened + check for running chromium processes or some way to determine if in the middle of the last render for someone todo: take a look at front end cypress testing etc again, it's going to be the best way to assure quality going forward and indespensible for smoke / load testing