You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/09/30 04:33:57 UTC

[GitHub] [incubator-devlake] klesh commented on a diff in pull request #3278: fix: fix-3256

klesh commented on code in PR #3278:
URL: https://github.com/apache/incubator-devlake/pull/3278#discussion_r984198782


##########
services/task.go:
##########
@@ -279,8 +279,15 @@ func runTaskStandalone(parentLog core.Logger, taskId uint64) errors.Error {
 	return err
 }
 
+func getTaskById(taskId uint64) *RunningTaskData {

Review Comment:
   Please rename to `getRunningTaskById`



-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org