This repository was archived by the owner on Nov 7, 2025. It is now read-only.
Commit b29303c
authored
Nicer license checker error message (#1437)
The error message `License checker failed to connect with the database`
is very confusing. It was interpreted during a talk with our user as a
licensing problem.
This PR:
1. Creates backoff up to a minute, so we don't flood the logs.
2. Reword it too `Failed to connect with the database, can't determine
if license is required`.
3. Show underling error.1 parent 9b01843 commit b29303c
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| 273 | + | |
273 | 274 | | |
274 | 275 | | |
275 | 276 | | |
276 | | - | |
| 277 | + | |
| 278 | + | |
277 | 279 | | |
278 | 280 | | |
279 | 281 | | |
280 | 282 | | |
281 | 283 | | |
282 | 284 | | |
283 | 285 | | |
284 | | - | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
285 | 291 | | |
286 | 292 | | |
287 | 293 | | |
| |||
0 commit comments