Skip to content

Commit

Permalink
Add FINISHED_SCRIPTS_LIST_SIZE environment variable to configure size…
Browse files Browse the repository at this point in the history
… of finished scripts for ScriptQueue producers on TTS.
  • Loading branch information
sebastian-aranda committed Nov 28, 2024
1 parent a861f2a commit c2f2a00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/love-producer/values-tucson-teststand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ producers:
atscriptqueue:
name_index: ScriptQueue:2 --log-level 10
WEBSOCKET_HOST: love-nginx-service/love/manager/queue/ws/subscription
FINISHED_SCRIPTS_LIST_SIZE: 100
atspectrograph:
name_index: ATSpectrograph:0 --log-level 10
WEBSOCKET_HOST: love-nginx-service/love/manager/producers/ws/subscription
Expand Down Expand Up @@ -201,12 +202,14 @@ producers:
mtscriptqueue:
name_index: ScriptQueue:1 --log-level 10
WEBSOCKET_HOST: love-nginx-service/love/manager/queue/ws/subscription
FINISHED_SCRIPTS_LIST_SIZE: 100
ocsscheduler:
name_index: Scheduler:3 --log-level 10
WEBSOCKET_HOST: love-nginx-service/love/manager/producers/ws/subscription
ocsscriptqueue:
name_index: ScriptQueue:3 --log-level 10
WEBSOCKET_HOST: love-nginx-service/love/manager/queue/ws/subscription
FINISHED_SCRIPTS_LIST_SIZE: 100
raocps:
name_index: OCPS:101 --log-level 10
WEBSOCKET_HOST: love-nginx-service/love/manager/producers/ws/subscription
Expand Down

0 comments on commit c2f2a00

Please sign in to comment.