This commit is contained in:
2020-09-24 22:04:30 +00:00
parent 0088e3cf45
commit 49fa28c95a

View File

@@ -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 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
it also has many performance enhancements and nifty features like code analysis and warnings which might save me a lot of hassle IDEAS:
Tasks: check guidelines for running in docker from link below
1) Look at all libs I use and see if they have .net5 compatibility check command line params for best fit
2) Do it! see about re-using same or whatever
check cpu, memory usage upon render request, reject immediately if the system is overburdened
aspnetcore 5.x update check for running chromium processes or some way to determine if in the middle of the last render for someone
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: 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 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