Skip to content

Commit

Permalink
feat: add option to disable installing signal handlers
Browse files Browse the repository at this point in the history
Fixed merge error
JST-516
  • Loading branch information
pgrzy-golem committed Oct 19, 2023
1 parent 0b11ad8 commit 59281af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/executor/executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export type ExecutorOptions = {
* Note: If you decide to set this to `true`, you will be responsible for proper shutdown of task executor.
*/
skipProcessSignals?: boolean;
/*
/**
* Timeout for waiting for at least one offer from the market.
* This parameter (set to 30 sec by default) will throw an error when executing `TaskExecutor.run`
* if no offer from the market is accepted before this time.
Expand Down

0 comments on commit 59281af

Please sign in to comment.