Commit graph

5 commits

Author SHA1 Message Date
08c05eb894 chore: update submodules 2026-04-14 13:30:18 -03:00
39f6d7904d docs: add Drive ops, logging, program access, and compilation architecture to PROD.md 2026-04-13 14:29:33 -03:00
1357a5b174 chore: update botserver submodule (ADD_SUGG_TOOL fix)
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-04-12 14:16:15 -03:00
03bdd539f2 Force CI rebuild 2026-04-12 09:56:34 -03:00
8638eb3567 Fix DriveMonitor dispatch failure - avoid double Arc in tokio::spawn
- Added static save_file_states_static() helper method
- Changed tokio::spawn calls to use Arc::clone instead of Arc::new(self.clone())
- This prevents double Arc wrapping which causes 'dispatch failure' errors
- Fixes config.csv not syncing from bucket to database for salesianos/default bots
2026-04-10 11:20:31 -03:00