Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revamp the publish worker for post-chain transaction publish tasks #525

Open
m0ar opened this issue Sep 25, 2024 · 0 comments · May be fixed by #713
Open

Revamp the publish worker for post-chain transaction publish tasks #525

m0ar opened this issue Sep 25, 2024 · 0 comments · May be fixed by #713
Assignees

Comments

@m0ar
Copy link
Contributor

m0ar commented Sep 25, 2024

The publish worker isn't currently used as the reduction of publish latency coming from moving to ceramic. But there are multiple places where the error recovery is basically non-existent, and we need a mechanism to continuously track and retry stuff like dpid minting, creating pubdatarefs, and other async tasks.

These should be idempotent for easy integrity checks, granular, and prevent all pods racing the queue.

@m0ar m0ar self-assigned this Sep 25, 2024
@kadamidev kadamidev linked a pull request Dec 12, 2024 that will close this issue
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 a pull request may close this issue.

2 participants