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

add an admin endpoint to query workflow queues metadata #196

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

maxdml
Copy link
Contributor

@maxdml maxdml commented Feb 1, 2025

as the title says

Screenshot 2025-01-31 at 18 12 06

@chuck-dbos chuck-dbos self-requested a review February 7, 2025 16:39
"name": queue.name,
"concurrency": queue.concurrency,
"workerConcurrency": queue.worker_concurrency,
"rateLimit": queue.limiter,
Copy link
Contributor

Choose a reason for hiding this comment

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

Wondering if these names ought to match the names in the code or not necessary...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The payload has to be the same across SDKs. These names happen to be the TS names.

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.

2 participants