work on qm and added disabled to operetions

This commit is contained in:
Boki 2025-06-29 09:15:11 -04:00
parent 2011c4c83f
commit 38bd15cad8
8 changed files with 67 additions and 181 deletions

View file

@ -77,8 +77,8 @@
"port": 6379,
"db": 1
},
"workers": 10,
"concurrency": 5,
"workers": 1,
"concurrency": 1,
"enableScheduledJobs": true,
"defaultJobOptions": {
"attempts": 3,