You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,14 @@ VALIDATION_REQ_SUB=xxxx
30
30
VALIDATION_RES_TOPIC=xxxx
31
31
CONTAINER_NAME=xxxx
32
32
AUTH_PERMISSION_URL=xxx
33
+
MAX_CONCURRENT_MESSAGES=xxx
33
34
34
35
```
35
36
36
37
The application connect with the `STORAGECONNECTION` string provided in `.env` file and validates downloaded zipfile using `python-osw-validation` package.
37
38
`QUEUECONNECTION` is used to send out the messages and listen to messages.
38
39
40
+
`MAX_CONCURRENT_MESSAGES` is the maximum number of concurrent messages that the service can handle. If not provided, defaults to 2
39
41
40
42
### How to Set up and Build
41
43
Follow the steps to install the python packages required for both building and running the application
0 commit comments