fixed deps
This commit is contained in:
parent
24768446f5
commit
947b1d748d
14 changed files with 166 additions and 257 deletions
|
|
@ -1,12 +1,15 @@
|
|||
import type { Collection } from 'mongodb';
|
||||
import { getLogger } from '@stock-bot/logger';
|
||||
import type { HandlerConfigWithSchedule } from '@stock-bot/types';
|
||||
import type {
|
||||
HandlerConfigWithSchedule,
|
||||
IServiceContainer,
|
||||
ExecutionContext,
|
||||
IHandler
|
||||
} from '@stock-bot/types';
|
||||
import { fetch } from '@stock-bot/utils';
|
||||
import { createNamespacedCache } from '@stock-bot/cache';
|
||||
import type { IServiceContainer } from '@stock-bot/types';
|
||||
import { handlerRegistry } from '../registry/handler-registry';
|
||||
import { createJobHandler } from '../utils/create-job-handler';
|
||||
import type { ExecutionContext, IHandler } from '../types/types';
|
||||
|
||||
/**
|
||||
* Job scheduling options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue