AydarZaynutdinov commented on a change in pull request #15842:
URL: https://github.com/apache/beam/pull/15842#discussion_r740862499
##########
File path: playground/backend/internal/environment/application.go
##########
@@ -69,8 +74,13 @@ func NewCacheEnvs(cacheType, cacheAddress string,
cacheExpirationTime time.Durat
//ApplicationEnvs contains all environment variables that needed to run
backend processes
type ApplicationEnvs struct {
- workingDir string
- cacheEnvs *CacheEnvs
+ // workingDir is a root working directory of application
+ workingDir string
+
+ // cacheEnvs contains environments for cache
Review comment:
No, we can have only one `cacheEnvs` which contains several `environment
variables` (not several `environments`). Updated this comment.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]