modified proc queue system to retry up to three times before moving the request to the PROC_QUEUE_FAILED table and notifying OI admins

added service to clean PROC_QUEUE_FAILED table
This commit is contained in:
Infineon\StieberD
2025-06-06 16:09:48 -07:00
committed by Stieber Daniel (CSC FI SPS MESLEO)
parent 2a28c4b743
commit c4fbf7c1d9
3 changed files with 180 additions and 54 deletions

View File

@ -12,6 +12,8 @@ compile insert PROC_QUEUE_EQUATES
equ PROC_QUEUE.LAST_ATTEMPT_DTM$ to 3
equ PROC_QUEUE.ERROR$ to 4
equ PROC_QUEUE.ENTRY_DTM$ to 5
equ PROC_QUEUE.NUM_ATTEMPTS$ to 6
#endif