finished prices

This commit is contained in:
Boki 2025-06-29 13:04:48 -04:00
parent 2f5eaef19c
commit 0b33e9a8b6
4 changed files with 13 additions and 10 deletions

View file

@ -125,7 +125,7 @@ export class QMHandler extends BaseHandler<DataIngestionServices> {
@Operation('update-prices')
updatePrices = updatePrices;
@Disabled()
// @Disabled()
@ScheduledOperation('schedule-price-updates', '0 */6 * * *', {
priority: 8,
immediately: false,