You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(api): use the root context for sending commit status (#2985)
this will avoid following logs: `resyncCommitStatus> Error sending status: sendVCSEventStatus> Unable to reload noderun xxxx: workflow.LoadNodeRunByID> Unable to load workflow_node_run node=xxxxx: context canceled
`
// UpdateNodeJobRunStatus Update status of an workflow_node_run_job
98
98
funcUpdateNodeJobRunStatus(ctx context.Context, dbCopy*gorp.DbMap, db gorp.SqlExecutor, store cache.Store, proj*sdk.Project, job*sdk.WorkflowNodeJobRun, status sdk.Status) (*ProcessorReport, error) {
0 commit comments