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

If publish fails, retry on a different catalyst #491

Open
nearnshaw opened this issue Mar 7, 2025 · 0 comments
Open

If publish fails, retry on a different catalyst #491

nearnshaw opened this issue Mar 7, 2025 · 0 comments
Labels
0-critical Highly important issues that should be prioritised bug Something isn't working editor

Comments

@nearnshaw
Copy link
Member

If there's an issue with a catalyst, the publishing fails in a very unfriendly way

Image

Today creators use the command line to force pointing to a specific catalyst, which to most users is extremely outside their confort zone npm run deploy -- --target [peer-ec1.decentraland.org](http://peer-ec1.decentraland.org/)

We don't control many of the catalysts, and it's very common for one of them to have problems, we've been in this situation countless times.

When We need the Creator Hub to retry automatically with different catalysts until one works. The user doesn't need to find out that any of this is going on, it should be invisible to them.

We can take inspiration from this workaround done on the Badges feature, that retries with different catalysts if an operation fails:
https://github.com/decentraland/badges/blob/main/processor/src/adapters/badge-context.ts#L50-L65

@nearnshaw nearnshaw converted this from a draft issue Mar 7, 2025
@nearnshaw nearnshaw added bug Something isn't working editor 0-critical Highly important issues that should be prioritised labels Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0-critical Highly important issues that should be prioritised bug Something isn't working editor
Projects
Status: Todo
Development

No branches or pull requests

1 participant