Just a doubt sir, so you said that for each queue processor there will be a directory so when i create a new qp it will automatically create directory and partition ?
If you have a 100 queue requests coming into your queue processor per minute how do you build an optimized solution for this in pega. If you can explain this, will be really helpful
Hi Prem, can you tell difference of Job schedular ane queue processor. I know JS are used for recurring events but even QP can be used for that by delayed QP. So in a sense, can we use both rules for same purpose? How do i know when should i go for QP and when to JS? Please appreciate your answer, very confused in this
QP is when you are performing action on a single case. JS is for batch processing. It runs on scheduled time. Unlike QP, JS gets the data by itself by querying DB or reading a file. QP needs an input to function or a trigger to start. JS runs automatically on the set time.
Thank you very much for creating much needed video. Explained every single thing in detail.🙌
Thankyou for your precise explanation
I am impressed with your lectures. I will be interested for the Master Class. Thanks for your time in sharing freebies!
6 partitions is a change in 8.8, it used to be 20 partitions before 8.8v
Just a doubt sir, so you said that for each queue processor there will be a directory so when i create a new qp it will automatically create directory and partition ?
Yeah Benim, you are right!
Thank you, Sir
If you have a 100 queue requests coming into your queue processor per minute how do you build an optimized solution for this in pega. If you can explain this, will be really helpful
Hi Prem, can you tell difference of Job schedular ane queue processor.
I know JS are used for recurring events but even QP can be used for that by delayed QP. So in a sense, can we use both rules for same purpose?
How do i know when should i go for QP and when to JS? Please appreciate your answer, very confused in this
QP is when you are performing action on a single case. JS is for batch processing. It runs on scheduled time. Unlike QP, JS gets the data by itself by querying DB or reading a file. QP needs an input to function or a trigger to start. JS runs automatically on the set time.
@@Jayshnahi jayshna if you run the specific task at diff time interval s through Js not possible right through QP we can achieve that was that right
You never use simple terms