-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #270 from lidofinance/feat/improve-tasks-processing
Feat/improve tasks processing
- Loading branch information
Showing
4 changed files
with
20 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
import { CronExpression } from '@nestjs/schedule'; | ||
|
||
export const GUARDIAN_DEPOSIT_RESIGNING_BLOCKS = 10; | ||
export const GUARDIAN_DEPOSIT_JOB_NAME = 'guardian-deposit-job'; | ||
export const GUARDIAN_DEPOSIT_JOB_DURATION = CronExpression.EVERY_5_SECONDS; | ||
export const GUARDIAN_DEPOSIT_JOB_DURATION_MS = 5000; | ||
export const MIN_KAPI_VERSION = '2.2.0'; | ||
export const GUARDIAN_PING_BLOCKS_PERIOD = 300; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters