Hi,
i have a use case where i have to load thousand of records in a object and process them as fast as possible. I've built a trial app with an object "staging" where i load the records and one process "elaborate_record" triggered by signal "record inserted in staging". This process has a wait so i can keep track of starting time and and ending time.
What i've noticed is that 10 "elaborate_record" are started concurrently at the same time, when they finish another 10 processes are started and so on. I can then infer that there is a cap of 10 maximum concurrent processes (at least on the trial instance).
My question is if it is possible to increase this cap. And if so how? I understand that it might be closely related to the sizing of the environment but i wasn't able to find any documentation about this aspect. I'm working on creatio cloud, not on premise.
Thank you!
Like
Hello,
We have checked this question and there should be no limitation of this kind on the number of processes run at a time. We have also tested this behavior on a demo and could not reproduce it, therefore we suggest you to register a case for our support team at support@creatio.com so we could check this issue on your environment directly.