This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user