Skip to content

Unblock ManageAsync() by putting manageOne() in a goroutine#374

Merged
mholt merged 1 commit intomasterfrom
async-manageone
Mar 19, 2026
Merged

Unblock ManageAsync() by putting manageOne() in a goroutine#374
mholt merged 1 commit intomasterfrom
async-manageone

Conversation

@mholt
Copy link
Copy Markdown
Member

@mholt mholt commented Mar 17, 2026

This should fix #335.

When ManageAsync() is called, we now call manageOne() in a goroutine for each subject/certificate, so that slow or blocked I/O won't stop the loading/management of all other certs.

@mholt mholt merged commit fa1257f into master Mar 19, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ManageAsync is seemingly blocking

1 participant