stacklok / stacklok/toolhive-registry-server

As a registry client, I want to trigger on-demand registry syncs through an API endpoint, so that I can ensure content is up-to-date without waiting for scheduled syncs

Open
#39 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Go
Stars
27
Forks
15
Avg merge
2d 1h
Merged PRs (30d)
16

Description

Add manual sync endpoint

  • Implement POST /registry/sync for manual sync triggering
  • Return 201 (created) or 409 (sync in progress)
  • Prevent concurrent syncs

Note that the API endpoint is wrong (we have changed the API layout for the MVP phase)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by confirming the current MVP API layout, since the endpoint named in the issue is obsolete, and locate the existing registry sync entry point. Done means the current endpoint triggers a sync, returns 201 when accepted or 409 during another sync, and has coverage for preventing concurrent runs.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
api, backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.