Commit c564359
authored
fix(uptime): don't report monitor_task_ended as an error (#492)
This isn't an error for canary checkers, as they are in readonly mode
and aren't supposed to monitor tasks, and so exit immediately. For the
regular checkers, this is okay too (since the monitor task is looking at
the shutdown signal as well.)1 parent 90274ed commit c564359
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
| 324 | + | |
| 325 | + | |
324 | 326 | | |
325 | 327 | | |
326 | 328 | | |
| |||
329 | 331 | | |
330 | 332 | | |
331 | 333 | | |
332 | | - | |
| 334 | + | |
333 | 335 | | |
334 | 336 | | |
335 | 337 | | |
| |||
0 commit comments