Hi,
Currently we are testing a new import procedure with a large amount of data (200.000 rows) and a couple of webservices calls per row.
We use the Java action executeMicroflowAsUser_2 from the CommunityCommons to import the data in batches. This is done in the ProcessQueue in 1 QueueAction.
It does not work to create for each import row an own QueueAction. They are created en placed in the queue, but the ProcessQueue becomes very slow.
But when we do an import we keep getting a Warning with the text 'Failed to remove session '1e13f3d6-f4d1-4d23-94cb-9f85ca6a7fdd' for user 'testera' because actions are still running for this session. Client access has been disabled. Session will be attempted to be removed again in 300 seconds.'
It looks like this delay the import procedure. Since the first batch is done in 1:15 minutes en the last one 4:33 minutes.
Can anyone help us with this issue?
Or does someone has a good solution for processsing large amount of data?