!--------------------------------------------------------------------
!
!  iretry RESOURCE FILE
!
!       This file is used to define various values for the Update
!       Support Schedule Tables process.
!
!--------------------------------------------------------------------
!                          REVISION HISTORY
!--------------------------------------------------------------------
!  MOD             PR
! LEVEL   DATE   NUMBER    User      Description
! ----- -------- ------    ------    --------------------------------
!  000  11/18/03 49550     Goldst    Created initial version
!--------------------------------------------------------------------

PROCESS_NAME = iretry
TASK         = <xpoll -p $PATH_FILE -r iretry>
DESCRIPTION  = 'Retry ingest'
COMMAND      = retrigger.pl
SYSTEM       = INGEST
CLASS        = all

TIME_RANK            = 1            ! Time trigger periodically
DELTA_TIME           = 000:00:10:00 ! As specified ddd:hh:mm:ss
POLLING_TIME         = 60           ! Seconds

! Valid exit codes for COMMAND that allow XPOLL to continue.
! All other XPOLL states will cause process to go ABSENT.
! (The labels are not used for TIME events)

XPOLL_STATE.00 = TRIG_OK

XPOLL_ERROR_COUNT = 20		! This many errors before process goes absent

! These are the retriggering conditions
!

ENV.SEARCH_OSF.RS  = z    ! search condition for retrigger candidate
ENV.SET_OSF.RS     = w    ! action to take when this candidate is found
