This commit is contained in:
@@ -12,18 +12,6 @@
|
|||||||
|
|
||||||
Aug
|
Aug
|
||||||
|
|
||||||
Migrate problems to alleviate
|
|
||||||
pm's still in the midst of generating when migrate starts so job is not stopped and it keeps churning
|
|
||||||
need way to stop active jobs before erase db and then migrate happens
|
|
||||||
lastentrydate issue
|
|
||||||
one issue is that the error message from the inventory adjustment is returned in teh workorderitem part or po operation which is confusing as it doesn't
|
|
||||||
clearly state inventory adjustment anywhere so it seems to be nonsensical
|
|
||||||
maybe it can be put in a group of errors with a collection name regarding inventory adjustment??
|
|
||||||
Not sure how this is happening unless something is happening simultaneously elsewhere (pm generation still going??)
|
|
||||||
except it happened with a po and at that point no pm's have yet been migrated, so it seems like it's self intrinsic, maybe a really slow op of some kind
|
|
||||||
or something happening in parallel during migrate??
|
|
||||||
Retry sb in effect during migrate, if fails, retries at least once again before bailing
|
|
||||||
could do at both client end and at server for things like inventory if it fails, i.e. retry inventory once before bailing??
|
|
||||||
|
|
||||||
Meter reading
|
Meter reading
|
||||||
todo / outstanding
|
todo / outstanding
|
||||||
@@ -866,13 +854,5 @@ MID CENTURY MODERN TUNES - https://www.allmusic.com/album/ultra-lounge-vol-14-bo
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
BUILD 125 CHANGES OF NOTE
|
BUILD 126 CHANGES OF NOTE
|
||||||
|
|
||||||
- case 3918 (no change but have appended explanation please close if you agree or append more info to be considered)
|
|
||||||
- Migrate issues
|
|
||||||
Updated workorderbiz at server to provide more detailed error messages when it calls inventory processor and fails
|
|
||||||
Updated PM generator loop to recognize if server state is changed to migrate and will bail out and stop processing
|
|
||||||
this is in addition to it already being coded to not call it in the first place during migrate, just to cover a scenario where it's alerady started doing them when migrate starts
|
|
||||||
Updated v8migrate plugin to route all api calls through new methods that will try 3 times before giving up on any api call to work around transient communications problems
|
|
||||||
improved error messaging to show more details of error and cleaned up output
|
|
||||||
Fixed bug where workorderitempartrequestid was not being correctly set in purchaseorderitem that serviced it
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
export default {
|
export default {
|
||||||
version: "8.0.0-alpha.125",
|
version: "8.0.0-alpha.126",
|
||||||
copyright: "© 1999-2021, Ground Zero Tech-Works Inc."
|
copyright: "© 1999-2021, Ground Zero Tech-Works Inc."
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user