enhance: improve federation chart
This commit is contained in:
parent
7ba5512a65
commit
0afebcfd9e
25 changed files with 199 additions and 64 deletions
|
|
@ -1,8 +1,10 @@
|
|||
import * as Bull from 'bull';
|
||||
import { tickCharts } from './tick-charts';
|
||||
import { resyncCharts } from './resync-charts';
|
||||
import { cleanCharts } from './clean-charts';
|
||||
|
||||
const jobs = {
|
||||
tickCharts,
|
||||
resyncCharts,
|
||||
cleanCharts,
|
||||
} as Record<string, Bull.ProcessCallbackFunction<Record<string, unknown>> | Bull.ProcessPromiseFunction<Record<string, unknown>>>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue