Hi all, I'm currently having some problems, getting the Process Queue module running. When I try to queue a QueuedAction I get:
Object of type 'ProcessQueue.QueuedAction' with guid '2251799813685352' cannot be updated, as it does not exist anymore When searching for where this actually happens I ended at this line in the ProcessQueue module.
### ObjectQueueExecutor.java
#75 Core.commit( this.context, this.action ); The "Test Queue" function in the queue configuration is giving the same results. Is the module not supported in 7.7.1? (Edit: same result with 7.8.0) Does anyone have an idea what could be going wrong here? EDIT: With the suggestion from Pieter this is working now. However, when a process is interrupted by server shutdown it seems that the server startup will only finish after that process has been finished.
↧