fix: Return error instead of Ok(()) on timeout in check_gbkb_changes

- When timeout occurs listing .gbkb objects, function was returning Ok(())
- This caused .gbkb to never sync because errors were silently ignored
- Now returns Err() so failures are properly logged and retried
- Fixes salesianos bot not finding ramais, cartas, proc knowledge bases
This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-18 10:43:28 -03:00
parent 27c19def7d
commit 511e198229
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 9b1990baf18983f75b56c8414d33f577b193c962
Subproject commit 4518bf7bd1c4ae6fafd5c42fa5f4515a383b480a

@ -1 +1 @@
Subproject commit 29a87e369452fe6655bac438715cb80f4f942519
Subproject commit fed92acaab8a4c9c9a32aa39db5b4a2bf11daeda

2
botui

@ -1 +1 @@
Subproject commit 30ae3e02ddd22f20f3b03fdc1a545a56b7f4e19e
Subproject commit d49eeab1c54bc8a51db249814d2476f7eabdd851