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
Is there a way to define a default value if ENV variable is not defined? For example:
numprocesses = $(circus.env.WORKERS_NUMBER)
So if WORKERS_NUMBER is not defined I will get an error. I would like to do this:
"If WORKERS_NUMBER is not defined the numprocesses should be equal to 3"
The text was updated successfully, but these errors were encountered:
Is there a way to define a default value if ENV variable is not defined? For example:
So if WORKERS_NUMBER is not defined I will get an error. I would like to do this:
"If WORKERS_NUMBER is not defined the numprocesses should be equal to 3"
The text was updated successfully, but these errors were encountered: