incorporated some of feedback
Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
@@ -131,7 +131,7 @@ export interface TaskBroker {
|
||||
|
||||
claim(): Promise<TaskContext>;
|
||||
|
||||
recoverTasks?(): Promise<boolean>;
|
||||
recoverTasks?(): Promise<void>;
|
||||
|
||||
dispatch(
|
||||
options: TaskBrokerDispatchOptions,
|
||||
|
||||
Reference in New Issue
Block a user