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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]