Commit 1c08927
fix: propagate DB errors in cancellation checks, remove unimplemented token_budget
- engine.go: don't silently ignore DB errors in cancellation status checks;
distinguish sql.ErrNoRows from other errors and return them instead of
silently proceeding with unknown cancellation state
- workflow_connector.go: remove token_budget from docstring (not implemented)
- connectors.md: remove undocumented token_budget param row; add 'cel'
language specifier to CEL path code fence
Co-authored-by: Michael McNees <michaelmcnees@users.noreply.github.com>1 parent 165acd5 commit 1c08927
3 files changed
Lines changed: 17 additions & 9 deletions
File tree
- packages
- engine/internal/engine
- site/src/content/docs/workflow-reference
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
249 | 247 | | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
250 | 254 | | |
251 | 255 | | |
252 | 256 | | |
| |||
624 | 628 | | |
625 | 629 | | |
626 | 630 | | |
627 | | - | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
628 | 638 | | |
629 | 639 | | |
630 | 640 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
606 | 606 | | |
607 | 607 | | |
608 | 608 | | |
609 | | - | |
610 | 609 | | |
611 | 610 | | |
612 | 611 | | |
| |||
620 | 619 | | |
621 | 620 | | |
622 | 621 | | |
623 | | - | |
| 622 | + | |
624 | 623 | | |
625 | 624 | | |
626 | 625 | | |
| |||
0 commit comments