[ 
https://issues.apache.org/jira/browse/BEAM-13712?focusedWorklogId=720155&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-720155
 ]

ASF GitHub Bot logged work on BEAM-13712:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Feb/22 13:56
            Start Date: 03/Feb/22 13:56
    Worklog Time Spent: 10m 
      Work Description: daria-malkova commented on a change in pull request 
#16611:
URL: https://github.com/apache/beam/pull/16611#discussion_r798586505



##########
File path: playground/backend/internal/code_processing/code_processing.go
##########
@@ -535,12 +535,14 @@ func processCompileSuccess(ctx context.Context, output 
[]byte, pipelineId uuid.U
 // This method sets value to channel to stop goroutine which writes logs.
 //     After receiving a signal that goroutine was finished (read value from 
finishReadLogsChannel) this method
 //     sets corresponding status to the cache.
-func processRunSuccess(ctx context.Context, pipelineId uuid.UUID, cacheService 
cache.Cache, stopReadLogsChannel, finishReadLogsChannel chan bool) error {
+func processRunSuccess(ctx context.Context, pipelineId uuid.UUID, cacheService 
cache.Cache, stopReadLogsChannel, finishReadLogsChannel chan bool, graphFolder 
string) error {
        logger.Infof("%s: Run() finish\n", pipelineId)
 
        stopReadLogsChannel <- true
        <-finishReadLogsChannel
 
+       utils.ReadAndSetToCacheGraph(ctx, cacheService, pipelineId, graphFolder)

Review comment:
       Done




-- 
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]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 720155)
    Time Spent: 1.5h  (was: 1h 20m)

> [Playground]Support graph on Python
> -----------------------------------
>
>                 Key: BEAM-13712
>                 URL: https://issues.apache.org/jira/browse/BEAM-13712
>             Project: Beam
>          Issue Type: Sub-task
>          Components: beam-playground
>            Reporter: Daria Malkova
>            Assignee: Daria Malkova
>            Priority: P3
>              Labels: beam-playground-backend, beam-playground-sprint-7
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to