1G3 Canary Production Manual 2=========================== 3 4General information about canaries is available in 5[go/autoroller-canary-bots](https://goto.google.com/autoroller-canary-bots). 6 7Alerts 8====== 9 10g3_canary_infra_failures 11------------------------ 12 13Happens when the skia_try_service in G3 returns an exception. 14Check the skia_try_service's error logs in [go/skia-borg-jobs](go/skia-borg-jobs). 15 16For errors that do not seem to be transient, restarting the borg job has worked 17in the past: 18``` 19borg --borg=${BORG_CELL} --user=skia --name=skia_try_service --avoid_parent restarttask 0 20``` 21