Home
last modified time | relevance | path

Searched refs:BOOTUP_ERROR_RETRY_INTERVAL_IN_MINS (Results 1 – 2 of 2) sorted by relevance

/test/vti/test_serving/gae/webapp/src/scheduler/
Dschedule_worker.py31 BOOTUP_ERROR_RETRY_INTERVAL_IN_MINS = 60 # retry minutes when boot-up error is occurred variable
541 schedule.period <= BOOTUP_ERROR_RETRY_INTERVAL_IN_MINS):
547 return BOOTUP_ERROR_RETRY_INTERVAL_IN_MINS
Dschedule_worker_test.py328 minutes=schedule_worker.BOOTUP_ERROR_RETRY_INTERVAL_IN_MINS + 1)
343 minutes=schedule_worker.BOOTUP_ERROR_RETRY_INTERVAL_IN_MINS - 1)
359 schedule_worker.BOOTUP_ERROR_RETRY_INTERVAL_IN_MINS - 1))