Skip to content

Commit a889ca4

Browse files
authored
develop to master (#609)
1 parent ad00e37 commit a889ca4

File tree

19 files changed

+47203
-40551
lines changed

19 files changed

+47203
-40551
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# OSCARS Release Notes
2+
### 1.2.35
3+
> Nov 2025
4+
- OS-657 Handle rare error when a modify would temporarily set connection.reserved to null
5+
- OS-652 Commit on modify error
6+
- OS-653 Fix task scheduling stalls
7+
28
### 1.2.34
39
> Oct 2025
410
- OS-632 ProjectId validation against ESDB

backend/config/application.properties

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ spring.jackson.serialization.write-dates-as-timestamps=false
3232
server.port=${OSCARS_BACKEND_WEB_PORT}
3333
server.ssl.enabled=false
3434
server.servlet-path=/
35+
server.error.whitelabel.enabled=false
3536

3637
# Enable gzip compression BEGIN
3738
server.compression.enabled=true
@@ -97,11 +98,14 @@ pce.short-path-detour=6
9798
# how long to keep uncommitted reservations via REST API before expunging, in sec
9899
resv.timeout=900
99100
resv.minimum-duration=15
101+
resv.state-delay=3s
100102

101-
# how long to keep uncommitted reservations via NSI SOAP API before expunging them, in sec
102103

103-
nsi.queue-interval-millisec=5000
104-
nsi.resv-timeout=300
104+
# how often to process NSI task queue
105+
nsi.queue-delay=500ms
106+
# how often to run NSI housekeeping
107+
nsi.housekeeping-delay=10m
108+
105109
nsi.key-store=config/nsi.jks
106110
nsi.key-store-type=JKS
107111
nsi.key-store-alias=oscars
@@ -164,6 +168,9 @@ frontend.oauth-scope=openid
164168
# comma-separate more origin URLS as needed
165169
frontend.cors-origins=http://localhost:8181/
166170

171+
# how often to trigger southbound tasks
172+
sb.trigger-delay=500ms
173+
167174
nso.vc-id-range=7000:7999
168175
nso.sdp-id-range=7000:7999
169176
nso.sap-qos-id-range=7000:7999

0 commit comments

Comments
 (0)