Commit 273c74a
authored
Fix task priority name (temporalio#7952)
## What changed?
- Fix name for task priority preemptable
## Why?
- Without the fix the logic won't be able to parse task weight configs and
causing errors "Unknown key for task priority name" and always use the
default task priority weight.
## How did you test it?
- [ ] built
- [ ] run locally and tested manually
- [x] covered by existing tests
- [ ] added new unit test(s)
- [ ] added new functional test(s)1 parent ef2effb commit 273c74a
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments