Is On-premises Orchestrator able to hold “Unlimited” number of queue items?
In this article, it’s mentioned that “A queue is a container that enables you to hold an unlimited number of items.” though, it seems to me that it depends on your server where Orchestrator is working.
yes of course buddy it can hold any number of data and any type of data
EDIT: and the count it can store depends on the memory or hard disk space of your host
Hi @Hanna_h,
You’re right. Like everything what holds data Orchestrator can be described as kind of database (It uses SQL) and for sure it keep data on hard drive. The sentence you quoted clearly says that it “enables” to keep unlimited number of data. How much it will handle depends on your server. In fact every IT tool, application etc. which relies on data is dependent on space, performance etc. I would say it’s obvious
@Palaniyappan@Pablito Thank you so much. Yeah, you are so right. it says “enables.” Thank you a lot.
Then I wonder whether there is a limit of data for Transaction Item. Can it also hold unlimited data? I mean by that one single transaction item holds super big image or heavy data table(1million rows for example) , or sth… in the Queue which can hold unlimited number of them.
(Of course I think there would be another hardware issue we have to consider though…)
i dont think we have any such restrictions unless we got enough space in your memory…you can keep any data, any type and any number until it reaches the memory size of your memory…
so your memory size plays a major role here buddy
@Pablito@Palaniyappan You are my heros. Thank you so much for you kind reply.
so… Whatever I want to add and get transactions items, the limitations would be hardware, not software - Orchestartor.
I Dont know if its configurable … As we are trying to add 700+ Queue Transaction items but its
not adding any data after 500… Only 500 Queue items are getting added.
Here Is how our workflow look like-
A datatable containg the filtered Business Cases loop over using For Each…
item from loop is checking using some conditions…
if success , add data to Queue if Not Skip…
We have tried running the process multiple times and each time its only adding 500 Items…So not sure where is the Limit…