File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/main/java/com/iexec/core/task Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments