A curated list of Site Reliability and Production Engineering resources.
devops
availability
list
awesome
monitoring
reliability-engineering
incident-response
site-reliability-engineering
production
post-mortem
capacity-planning
service-level-agreement
scalability
reliability
alerting
on-call
awesome-list
sre
postmortem
site-reliability
-
Updated
Jul 16, 2022
I try to run an experiment with variables configured in "configuration"
"configuration":{ "waitTime": 3 }
There it´s defined as Number
Then I want to use this var in pauses
"pauses":{ "after": "${waitTime}"}
This results into an error that pauses needs a Number
Can it be fixed that variables can be uses also in "pauses" ?