Skip to content

Conversation

@MichaelRipa
Copy link
Member

No description provided.

@MichaelRipa MichaelRipa linked an issue Nov 24, 2025 that may be closed by this pull request
@app.get("/state", status_code=200)
async def state():
"""Endpoint to get the state of the dispatcher."""
if os.environ.get("DEV_MODE", "false") == "true":
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently accessible only in dev mode. Unsure whether to just leave this as a public endpoint, or later secure via some form of RBAC

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 this pull request may close these issues.

Reintroduce get_state() method to queue

2 participants