Skip to content

Commit

Permalink
fix: Add notification queue (for notification-srv process pending not…
Browse files Browse the repository at this point in the history
…ifications job)
  • Loading branch information
Arun-KumarH committed Nov 23, 2023
1 parent a20e421 commit 1e926f2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,16 @@
"lockDuration": 300000,
"lockRenewTime": 150000
}
},
{
"name": "notificationQueue",
"concurrency": 5,
"default": true,
"runMissedScheduled": true,
"advancedSettings": {
"lockDuration": 300000,
"lockRenewTime": 150000
}
}
],
"authorization": {
Expand Down

0 comments on commit 1e926f2

Please sign in to comment.