Refactor the content manager to create content_deals based on the number of content replication, when the content is deal-ready.
The deal-making worker will pick up these content_deals created by the content manager and make actual Filecoin deals for them. This approach will improve the deal-making UX, as contents that can make deals are immediately tracked on the UI (but will have a Filecoin deal status of initializing/pending).
Refactor the content manager to create
content_deals
based on the number of content replication, when the content is deal-ready.The deal-making worker will pick up these
content_deals
created by the content manager and make actual Filecoin deals for them. This approach will improve the deal-making UX, as contents that can make deals are immediately tracked on the UI (but will have a Filecoin deal status of initializing/pending).