-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aggregate new dlob orderbooks (#493)
* add new agg function * update historical service to pull from multiple tickers, update start time calculation * add back scheduled jobs * add delayed init start for dlob historical cron job, various other refactors * fix ktlint items * fix more ktlint * add some logging * add mainnet dlob address * Add deletion of historical daily database version * Update delete timestamp * revert cron change
- Loading branch information
1 parent
1bdc002
commit 64e8b2c
Showing
4 changed files
with
66 additions
and
16 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
database/src/main/resources/db/migration/V1_89__Delete_from_token_historical_daily.sql
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
SELECT 'Deleting from token_historical_daily dates after 8/03/2023' AS comment; | ||
|
||
DELETE FROM token_historical_daily WHERE historical_timestamp > '2023-08-03 00:00:00'; |
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