enhance: improve federation chart
This commit is contained in:
parent
7ba5512a65
commit
0afebcfd9e
25 changed files with 199 additions and 64 deletions
|
@ -258,6 +258,11 @@ export default function() {
|
|||
processDb(dbQueue);
|
||||
processObjectStorage(objectStorageQueue);
|
||||
|
||||
systemQueue.add('tickCharts', {
|
||||
}, {
|
||||
repeat: { cron: '55 * * * *' },
|
||||
});
|
||||
|
||||
systemQueue.add('resyncCharts', {
|
||||
}, {
|
||||
repeat: { cron: '0 0 * * *' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue