finishing prices
This commit is contained in:
parent
f196c5dcf4
commit
d68268b722
3 changed files with 3 additions and 4 deletions
|
|
@ -15,7 +15,7 @@ export async function scheduleFetchPrices(
|
||||||
|
|
||||||
// Use OperationTracker to find stale symbols
|
// Use OperationTracker to find stale symbols
|
||||||
const staleSymbols = await this.operationRegistry.getStaleSymbols('eod', 'price_update', {
|
const staleSymbols = await this.operationRegistry.getStaleSymbols('eod', 'price_update', {
|
||||||
limit: 14000 // Higher limit to process all symbols
|
limit: 100000 // Higher limit to process all symbols
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!staleSymbols || staleSymbols.length === 0) {
|
if (!staleSymbols || staleSymbols.length === 0) {
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ import { createEODOperationRegistry } from './shared';
|
||||||
@Handler('eod')
|
@Handler('eod')
|
||||||
@RateLimit({
|
@RateLimit({
|
||||||
limits: [
|
limits: [
|
||||||
{ points: 1000, duration: 60 }, // 1000 points per minute
|
{ points: 500, duration: 60 }, // 1000 points per minute
|
||||||
{ points: 100500, duration: 86400 }, // 100,500 points per day
|
{ points: 100500, duration: 86400 }, // 100,500 points per day
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -8,14 +8,13 @@ Data Ingestion
|
||||||
- Fix up handler worker counts
|
- Fix up handler worker counts
|
||||||
- In EOD get Symbols. instead of using their exchange in the symbol list save the original we searched for to avoid issues
|
- In EOD get Symbols. instead of using their exchange in the symbol list save the original we searched for to avoid issues
|
||||||
|
|
||||||
|
|
||||||
Servers
|
Servers
|
||||||
Proxmox
|
Proxmox
|
||||||
- set up monitoring solution
|
- set up monitoring solution
|
||||||
|
|
||||||
Truenas
|
Truenas
|
||||||
- set up frigate with coral
|
- set up frigate with coral
|
||||||
- set up minio
|
x set up minio
|
||||||
|
|
||||||
9900k
|
9900k
|
||||||
- set up new servers with XFS/LVM + ubuntu
|
- set up new servers with XFS/LVM + ubuntu
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue