Skip to content

Commit 33519e8

Browse files
authored
Index currentStatus field in task collection (#707)
1 parent 236bfb2 commit 33519e8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file.
1515
- Move `PublicConfiguration` class from `iexec-common` to `iexec-core-library`. (#699)
1616
- Create `ConfigServerClient` instance and use it. (#700)
1717
- Allow up to 32 task updates at a given time. (#703)
18+
- Index `currentStatus` field in `task` collection. (#707)
1819

1920
### Bug Fixes
2021

src/main/java/com/iexec/core/task/Task.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public class Task {
7575
private String dappName;
7676
private String commandLine;
7777
private long initializationBlockNumber;
78+
@Indexed
7879
@Field(CURRENT_STATUS_FIELD_NAME)
7980
private TaskStatus currentStatus;
8081
private int trust;

0 commit comments

Comments
 (0)