Skip to content

Commit

Permalink
Merge pull request #66 from sot/kadi-validate-timing
Browse files Browse the repository at this point in the history
Increase tolerance on kadi validate to 1.5 days
  • Loading branch information
jeanconn authored Mar 14, 2024
2 parents b321e7c + 60e74bd commit 8733a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobwatch/skawatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def main():
SkaJobWatch('kadi', 1, logtask='kadi_events', errors=py_errs,
exclude_errors=['InsecureRequestWarning']),
SkaJobWatch('kadi', 1, logtask='kadi_cmds', errors=py_errs),
SkaJobWatch('kadi', 1, logtask='kadi_validate', errors=py_errs),
SkaJobWatch('kadi', 1.5, logtask='kadi_validate', errors=py_errs),
SkaJobWatch('star_stats', 2, filename=star_stat,
exclude_errors=['Cannot determine guide transition time']),
SkaJobWatch('mica', 2, errors=trace_plus_errs,
Expand Down

0 comments on commit 8733a59

Please sign in to comment.