- https://www.adityaworks.tech
-
- LFX @headlamp
- Javascript Code Repo Expert (Contract) @HackerRank
- R&D Intern @Samsung
- Software Engineer @Tile10
- Joined on
2026-04-03
Block a user
No relay deletion endpoint or UI
Marking this as low priority for now, since it’s an enhancement rather than something blocking the launch.
fix: relay sync failures with delayed bounded retries
feat: add
GET /relay/{id}/members endpoint
Done. Makes sense to eliminate the manual path entirely, this refactor removes all ad hoc member assembly and centralizes lifecycle management in a single place.
feat: add GET /relay/{id}/members endpoint
fix: enforce relay member capacity limits from plan definitions
Is this endpoint implemented in zooid or does this depend on a PR to add it?
I just want to confirm that this flow is correct, this change depends on the PR being merged into Zooid first.
feat: add missing SQLite indexes for billing and API hot-path queries
This change is purely a performance optimization aimed at improving efficiency under higher scale. It’s intended to support smoother workflows and reduce query overhead, not to act as a blocker…
feat: add missing SQLite indexes for billing and API hot-path queries
fix: enforce relay member capacity limits from plan definitions