Commit 3503e5c
committed
Do not fail if querying for a server throws an error in the API
Unfortunately, some serves stay in the DB with wrong metadata (probably
old servers, with some information that was not correctly migrated, and
they throw an error when requesting their information. If this happens,
there are no records being generated for the rest of the period, since
we did not catch the exception. This change fixes this.1 parent 796c50e commit 3503e5c
1 file changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
247 | 257 | | |
248 | 258 | | |
249 | 259 | | |
| |||
0 commit comments