Commit 81bcdf2
improvement(schedules): retries, concurrency limits (#4755)
* improvement(schedu
les): retries, concurrency limits
* improvement(schedules): remove stale generated migration
Drop the pre-merge generated 0213 migration so it can be regenerated after syncing with staging.
Co-authored-by: Cursor <cursoragent@cursor.com>
* address comments
* fix pinned version for lru cache
* retryable errs cleanup
---------
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 90c9590 commit 81bcdf2
28 files changed
Lines changed: 19590 additions & 396 deletions
File tree
- apps/sim
- app/api
- environment
- schedules
- [id]
- execute
- workflows/[id]/execute
- workspaces/[id]/environment
- background
- lib
- api/contracts
- copilot/chat
- core
- async-jobs/backends
- config
- errors
- credentials
- environment
- execution
- monitoring
- workflows/schedules
- packages/db
- migrations
- meta
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
139 | | - | |
| 140 | + | |
140 | 141 | | |
141 | | - | |
| 142 | + | |
142 | 143 | | |
143 | 144 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| |||
0 commit comments