Skip to content
Snippets Groups Projects
Unverified Commit 544b5ba8 authored by syuilo's avatar syuilo Committed by GitHub
Browse files

perf(server): reduce memory usage of redis

parent 815c8bf4
No related branches found
No related tags found
No related merge requests found
......@@ -263,6 +263,7 @@ export default function() {
systemQueue.add('tickCharts', {
}, {
repeat: { cron: '55 * * * *' },
removeOnComplete: true,
});
systemQueue.add('resyncCharts', {
......@@ -278,6 +279,7 @@ export default function() {
systemQueue.add('checkExpiredMutings', {
}, {
repeat: { cron: '*/5 * * * *' },
removeOnComplete: true,
});
processSystemQueue(systemQueue);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment