AydarZaynutdinov commented on a change in pull request #16278:
URL: https://github.com/apache/beam/pull/16278#discussion_r772261973
##########
File path: playground/backend/internal/code_processing/code_processing.go
##########
@@ -336,12 +336,13 @@ func cancelCheck(ctx context.Context, pipelineId
uuid.UUID, cancelChannel chan b
case <-ticker.C:
cancel, err := cacheService.GetValue(ctx, pipelineId,
cache.Canceled)
if err != nil {
- continue
+ logger.Errorf("%s: Process: cache.GetValue:
error: %s", cancel, err.Error())
Review comment:
```suggestion
logger.Errorf("%s: Error during getting value
from the cache: %s", pipelineId, err.Error())
```
--
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]