updated ib handler

This commit is contained in:
Boki 2025-06-23 08:05:59 -04:00
parent 9492f1b15e
commit fbff428e90
13 changed files with 94 additions and 69 deletions

View file

@ -4,7 +4,7 @@ import {
Operation,
QueueSchedule,
type ExecutionContext,
type IServiceContainer,
type IServiceContainer
} from '@stock-bot/handlers';
@Handler('webshare')
@ -14,7 +14,7 @@ export class WebShareHandler extends BaseHandler {
}
@Operation('fetch-proxies')
@QueueSchedule('0 */6 * * *', {
@QueueSchedule('0 */6 * * *', { // once a month
priority: 3,
immediately: true,
description: 'Fetch fresh proxies from WebShare API',