Commit 949f866
authored
fix: only recheck pin status if pinning or queued (#2236)
pickup will list a pin as "pinning" while it internally retries after an
error. If fetching the DAG times our, or repeatedly errors for some
other reason, pickup wont keep retrying it. The pin status will either
be queued, pinning, pinned, or failed.
change the logic of the pins cron to only recheck pins that are queued
or pinning.
License: MIT
Signed-off-by: Oli Evans <oli@protocol.ai>1 parent 78bbcdb commit 949f866
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments