b8c37065aeee89c5c9d074112afe9351dd72a3ad hiram Thu May 21 19:56:22 2026 -0700 show the cron times in the page refs #31811 diff --git src/hg/utils/otto/userRequests/ottoRequestView.cgi src/hg/utils/otto/userRequests/ottoRequestView.cgi index da94c6f41bb..02563a8e69d 100644 --- src/hg/utils/otto/userRequests/ottoRequestView.cgi +++ src/hg/utils/otto/userRequests/ottoRequestView.cgi @@ -314,30 +314,31 @@ f'{staleNote}\n') else: out('
Galaxy queue: ' 'status unavailable
\n') if info: out(f'\n') if error: out(f'\n') out('
status: ') out(' · '.join(f'{k}={html.escape(v)}' for k, v in STATUS_NAMES.items())) out(f' · {len(rows)} row(s)' '
\n') + out(f'
cron times: 9,20,31,42,53 for ottoRequestWatch.sh, and 4,26,46 for ottoRequestPush
\n') out('\n') for c in COLS: out(f'') out('' '\n') reqIdx = COLS.index('requestTime') doneIdx = COLS.index('completeTime') fromIdx = COLS.index('fromDb') toIdx = COLS.index('toDb') for r in rows:
{c}' 'coverage
from / to
elapsedset status