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

Allow accepting run ids by the server #576

Merged
merged 3 commits into from Mar 29, 2024
Merged

Conversation

eyurtsev
Copy link
Collaborator

@eyurtsev eyurtsev commented Mar 29, 2024

This PR allows to turn on a configuration that makes the server accept client provided run ids.

The server needs to be started with

add_routes(..., config_keys=['run_id'])

And a client will then be able to make a request with config={"run_id": uuid4}

@cla-bot cla-bot bot added the cla-signed label Mar 29, 2024
@eyurtsev eyurtsev changed the title Allow accepting run ids by the serverf Allow accepting run ids by the server Mar 29, 2024
@eyurtsev eyurtsev merged commit daa312c into main Mar 29, 2024
11 checks passed
@eyurtsev eyurtsev deleted the eugene/allow_passing_run_id branch March 29, 2024 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant