Hi guys I have some logic which procudes in a few minuts around 2k queued actions which are after create (commit) directly appened to the queue (with association to contextobject). I see that also some actions have the phase unqueued and stay unqueued till i restart the application (the asu_initProcessQueue queues them all). Seen the simple logic and the adviced implementation (put asu_initPQ in ASU, associate with context object/proces/sharedconfig, mxmodelreflection executed) look good to me...I expect that the java-action for appending new actions on high load misses some queuedactions (otherwise queuedactions are not created or logged). What is your advice?
↧