DLMousey / DLMousey/untitled-sql-migration-package

Blocking behaviour on status check invoke

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Tobbs spotted that the initialisation logic that runs the status check on the projects will block until everything is complete despite the use of a goroutine and a channel, implement his suggestion to wrap the whole thing in what I'm assuming is another goroutine.

If it's not fast why bother right?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the initialization logic that invokes the project status checks, then trace how its goroutine and channel interactions cause the call to block. The work is done when invoking the status check returns without waiting for every check to complete, with the relevant behavior verified by the project’s available checks.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
databases
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.