From 82d3a163e7d44cd7064a0774ecbe5b7b4a105e73 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 16 Aug 2021 23:18:37 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index d8b6d16a..f2b5fc9e 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -526,12 +526,40 @@ todo:2 many biz objects are not using new PUT methodology CURRENTLY DOING: - +inventory restock / reorder qty's can be migrated? + or easiest to set at end when process the final balance and iterate all the parts anyway?? inventory balance fixup at end of migrate part assemblies migrate? po workorderitempart request selection dialog missing stubbed out as todo where you select part requests that are open to order meter reading + + + +TIMEOUTS DURING MIGRATE TROUBLESHOOTING NOTES: +Maybe related to assigneddocs upload?? + +This log is when in release mode, in debug mode it didn't show this info +2021-08-16 16:10:12.7711|DEBUG|JobsBiz|Processing internal jobs +2021-08-16 16:10:12.7711|INFO|JobsBiz|Server is in migrate mode, skipping non-critical internal jobs +2021-08-16 16:10:13.4949|ERROR|SERVER|Error=>Microsoft.AspNetCore.Server.Kestrel.Core.BadHttpRequestException: Reading the request body timed out due to data arriving too slowly. See MinRequestBodyDataRate. + at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelBadHttpRequestException.Throw(RequestRejectionReason reason) + at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.Http1ContentLengthMessageBody.ReadAsyncInternal(CancellationToken cancellationToken) + at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpRequestStream.ReadAsyncInternal(Memory`1 destination, CancellationToken cancellationToken) + at Microsoft.AspNetCore.WebUtilities.FileBufferingReadStream.ReadAsync(Memory`1 buffer, CancellationToken cancellationToken) + at Microsoft.AspNetCore.WebUtilities.StreamHelperExtensions.DrainAsync(Stream stream, ArrayPool`1 bytePool, Nullable`1 limit, CancellationToken cancellationToken) + at Microsoft.AspNetCore.Mvc.Formatters.NewtonsoftJsonInputFormatter.ReadRequestBodyAsync(InputFormatterContext context, Encoding encoding) + at Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder.BindModelAsync(ModelBindingContext bindingContext) + at Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder.BindModelAsync(ActionContext actionContext, IModelBinder modelBinder, IValueProvider valueProvider, ParameterDescriptor parameter, ModelMetadata metadata, Object value, Object container) + at Microsoft.AspNetCore.Mvc.Controllers.ControllerBinderDelegateProvider.<>c__DisplayClass0_0.<g__Bind|0>d.MoveNext() +--- End of stack trace from previous location --- + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) +2021-08-16 16:10:13.5294|DEBUG|NotifyEventProcessor|AddGeneralNotifyEvent processing: [type:ServerOperationsProblem, userId:0, message:Server API internal error, see log for more details +Exception error: Microsoft.AspNetCore.Server.Kestrel.Core -> Reading the request body timed out due to data arriving too slowly. See MinRequestBodyDataRate. +] +2021-08-16 16:10:13.5294|DEBUG|AyaNova.Api.ControllerHelpers.ApiErrorResponse|apiCode=API_SERVER_ERROR, target=generalerror, message=Server internal error; see server log for details +2021-08-16 16:10:17.7831|DEBUG|JobsBiz|Processing internal jobs ============================