ceramicnetwork / js-ceramic

Typescript implementation of the Ceramic protocol
http://ceramic.network
Other
414 stars 127 forks source link

chore: cleanup related to starting/stopping ceramic-one from daemon #3258

Closed dav1do closed 1 month ago

dav1do commented 1 month ago

Description

How Has This Been Tested?

Local testing with rust-ceramic #440 and CI.

PR checklist

Before submitting this PR, please make sure:

References:

Please list relevant documentation (e.g. tech specs, articles, related work etc.) relevant to this change, and note if the documentation has been updated.

linear[bot] commented 1 month ago

AES-213 Shutdown bundled ceramic-one when js-ceramic shuts down

dav1do commented 1 month ago

This isn't ready yet, there is a case where the repository can fail to start up which doesn't call shutdown on the binary so it continues running in the background. Need to review some more to figure out how to correct that.

dav1do commented 1 month ago

This isn't ready yet, there is a case where the repository can fail to start up which doesn't call shutdown on the binary so it continues running in the background. Need to review some more to figure out how to correct that.

Should be handled in 490e8b.