bump version

This commit is contained in:
Alex Holliday
2025-07-10 16:06:38 -07:00
parent 881944ab98
commit 1456c4f749
3 changed files with 8 additions and 6 deletions

View File

@@ -33,7 +33,7 @@
"ping": "0.4.4",
"sharp": "0.33.5",
"ssl-checker": "2.0.10",
"super-simple-scheduler": "1.0.17",
"super-simple-scheduler": "1.2.3",
"swagger-ui-express": "5.0.1",
"winston": "^3.13.0"
},
@@ -7284,12 +7284,13 @@
}
},
"node_modules/super-simple-scheduler": {
"version": "1.0.17",
"resolved": "https://registry.npmjs.org/super-simple-scheduler/-/super-simple-scheduler-1.0.17.tgz",
"integrity": "sha512-PIs2dymRu6lVgvddhwjCORzCgf7jDCEoRSZu5xwEsNZIjxStMgpGeV9N1EbKzkr3T+NNojUcywAZDL4lTrNH7g==",
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/super-simple-scheduler/-/super-simple-scheduler-1.2.3.tgz",
"integrity": "sha512-lpA/xzwRXl9KXN/+mznHfF2cMDQOXejJYna/bk3L0SPBDr28afrtx3orEKZ2JVDwF+f3Np01YlYamT51UU8OCw==",
"license": "MIT",
"dependencies": {
"human-interval": "2.0.1",
"ioredis": "5.6.1",
"mongoose": "8.16.1",
"uuid": "11.1.0",
"winston": "3.17.0"

View File

@@ -40,7 +40,7 @@
"ping": "0.4.4",
"sharp": "0.33.5",
"ssl-checker": "2.0.10",
"super-simple-scheduler": "1.0.17",
"super-simple-scheduler": "1.2.3",
"swagger-ui-express": "5.0.1",
"winston": "^3.13.0"
},

View File

@@ -20,7 +20,8 @@ class SuperSimpleQueue {
init = async () => {
try {
this.scheduler = new Scheduler({
storeType: "mongo",
// storeType: "mongo",
// storeType: "redis",
logLevel: "debug",
debug: true,
dbUri: this.appSettings.dbConnectionString,