Push and pull should return immediately, along with session info for checking completion status
justindotpub opened this issue · 2 comments
justindotpub commented
Probably optionally. Check kubo commands for similar CLI options related to showing progress or running in background.
justindotpub commented
Looking in ipfs for comparison, ipfs pin remote ...
has a background
option. This seems like the closest match to what we might add to carmirror to signal that the command should return right away with the session id and continue running in the background.
justindotpub commented
Background option has been added. Currently go-car-mirror client sessions use URL as the session id, so update this to return the URL and this issue is done.