Hi
We have changed agents to queue processor for SLA the older queues are not getting executed.
please give any suggestion?
Thanks,
Ajay
Hi
We have changed agents to queue processor for SLA the older queues are not getting executed.
please give any suggestion?
Thanks,
Ajay
Hi @AJAYR16863281,
When switching from agents to Queue Processors for SLA processing, older queued items from the agent will not automatically transition to the Queue Processor. This happens because the queued items are stored in the agent’s data base table , and Queue Processors use a different mechanism (Kafka and Stream services).
Manually Process Old Queued Items:
Old queued items for SLAs in the agent system will not execute under the new Queue Processor system, so they must be processed manually or migrated.
Regards,
Mohd Qizer Uddin
Once the UseSLAQueueProcessor DSS is set to true (no restart needed, effective immediately), new assignments (with SLA defined) that gets created post enabling DSS will get queued to the pyProcessSLA QP. When UseSLAQueueProcessor DSS is set to true, instead of adding an entry in System-Queue-ServiceLevel, an entry will be queued in pyProcessSLA QP with Scheduled date time same as pyMinimumDateTimeForProcessing.
There is no need to migrate the pipeline SLA records, existing inflight entries in System-Queue-ServiceLevel will continue to be processed by the ServiceLevelEvent standard agent.