🐛 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

View File

@@ -33,6 +33,8 @@ lobe-chat/
### Git Workflow
- **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`
- Commit messages: prefix with gitmoji
- Branch format: `<type>/<feature-name>`