🐛 fix: improve crawler error handling and timeout cancellation (#12487)

This commit is contained in:
YuTengjing
2026-02-26 22:59:10 +08:00
committed by GitHub
parent 0365a14e16
commit 306c50704e
38 changed files with 1462 additions and 784 deletions
+2 -1
View File
@@ -38,7 +38,8 @@ lobe-chat/
### Git Workflow
- The current release branch is `next` until v2.0.0 is officially released
- **Branch strategy**: `canary` is the development branch (cloud production); `main` is the release branch (periodically cherry-picks from canary)
- New branches should be created from `canary`; PRs should target `canary`
- Use rebase for git pull
- Git commit messages should prefix with gitmoji
- Git branch name format: `username/feat/feature-name`