26. What is Job Scheduler & Queue Processor in PEGA

Поделиться
HTML-код
  • Опубликовано: 3 дек 2024

Комментарии • 16

  • @amandutta616
    @amandutta616 Год назад +1

    Great 😃, thanks once again 😊

  • @chiruglory2523
    @chiruglory2523 Год назад

    Hi Nikita,
    What is System Run Time context and why it is Important ?

  • @chiruglory2523
    @chiruglory2523 Год назад

    Hi Nikita,
    I see more advantages with Queue process over Standard Agent. But what about Job Scheduler, I don't see much advantages of Job Scheduler over Advanced Agent. Now the question is, what are the improvements with Job Scheduler over Advanced Agent ?

  • @foodfinder3366
    @foodfinder3366 Год назад

    Hi
    I think job scheduler was not good for multi node environment????
    And I have a doubt
    Compare to agent in js and queue pro. We don't have any type of schedule form???

    • @MrPraveensiva
      @MrPraveensiva Год назад +1

      Mostly we create the jobscheduler to run on a single node in the associated node type to avoid the duplicate execution. There might be other usecases where the job scheduler can also run on multiple nodes.
      Yes, we don't have the agent schedule data instances for the queueprocessor and jobschedulers.

  • @prreddystudiesentertaining4125

    1)what is the difference if we create the agent in app explore--> casetype-->rightclick--> sysadmin-->agent
    and
    job scheduler , Queue processor in record explore
    2) is their any limit to create the agents in the application

    • @NikitaKanoria
      @NikitaKanoria  Год назад

      Hi,
      1)Are you asking if there is difference between agent and jobs scheduler/queue processor?
      Both are different .After pega 8 releases, any new requirement for agent should be fulfilled by creating a job scheduler/queue processor.
      2)Agent was used prior to 8.x. For backward compatibility it is still supported. But any new requirement should be handled in js/qp.

  • @foodfinder3366
    @foodfinder3366 Год назад

    Hi
    Plz tell me the difference between data page and keyed data page????

    • @MrPraveensiva
      @MrPraveensiva Год назад

      Keyed datapages option is available for the datapage rules which is of type list and mode is read-only. If we have this combination, we can see the option to give the keys in the right side of the datapage ruleform. Basically, with the keyed datapages, we can get the data from the pre loaded list datapage from the clipboard rather than loading the data freshly from db. Let's say we have a requirement to display the country data when an country value is selected from the drop-down. Earlier, we need to create two datapages one to display the drop-down list and the other to create a lookup datapage which accept the country as a parameter and get the County data. But with the keyed datapages, this serves the purpose of the fetching the list data to the clipboard and fetching the single record from the clipboard. To fetch the record, we need to create a page property and select the option to copy data from datapage and we need to give the keyed datapage where can we give the key as country name so that the data gets loaded to this page property. Hope it give the idea about the keyed datapages.

    • @NikitaKanoria
      @NikitaKanoria  Год назад

      Thank you Praveen.

    • @MrPraveensiva
      @MrPraveensiva Год назад

      @@NikitaKanoria welcome :)

  • @prreddystudiesentertaining4125

    Hi Nikita,
    I have the one scenario, please give me answer
    my scenario is :- i have 2 users 1) User1 ( ABC Access group)
    2) User2 (xyz Access group) both are in same application.
    I want to collect the photos from user1 & i want store that in local storage and then i want to show them to user2
    And i want to share the location of user1 to user2

    • @MrPraveensiva
      @MrPraveensiva Год назад

      Hi ,
      We can achieve this through the attachment category rule in pega where we can have options to give the create and read access. Please go through attachment category rule once.

    • @prreddystudiesentertaining4125
      @prreddystudiesentertaining4125 Год назад

      @@MrPraveensiva
      Tq For your response Praveen.
      can you please explain Step by Step process if possible

    • @prreddystudiesentertaining4125
      @prreddystudiesentertaining4125 Год назад

      @@MrPraveensiva
      Hi Praveen,
      Thanks for your reply
      Can you please explain the step by step process to achieve this scenario if possible this is very important to me