Commit 898e177
authored
Review of the callback lambda logs revealed invalid state transition
errors.
This issue is caused by redundant `curl` retries within the action that
reuse the same `check_run_id` (used as state machine's key). If an
initial request successfully transitions the state from `IN_PROGRESS` to
`SUCCESS`, a subsequent `IN_PROGRESS` request from a retry is considered
invalid because the status is already `COMPLETED`.
Since hud.py already includes a retry loop, the curl retries should be
removed to prevent these conflicts.
cc @zxiiro @atalman @huydhn
1 parent e9d5272 commit 898e177
1 file changed
Lines changed: 0 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | 49 | | |
60 | 50 | | |
61 | 51 | | |
| |||
87 | 77 | | |
88 | 78 | | |
89 | 79 | | |
90 | | - | |
91 | | - | |
92 | 80 | | |
93 | 81 | | |
94 | 82 | | |
| |||
158 | 146 | | |
159 | 147 | | |
160 | 148 | | |
161 | | - | |
162 | | - | |
163 | 149 | | |
164 | 150 | | |
165 | 151 | | |
| |||
0 commit comments