Commit c8d20ae
committed
client: fix bug: no work fetch if reset project with max_concurrent
There was (perhaps unnecessary) logic for finding the
max # of instances of a given resource that job of a given project could use.
It did this by looking at the project's app versions.
But if there are no app versions this gave zero.
Fix: if no app versions, use one.1 parent 34364ba commit c8d20ae
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments