We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/push
The following changes introduced in PR: Combined Schedulers must be reflected in all services that rely on the /push endpoint of the scheduler.
The /push endpoint has been updated as follows:
/queues
/schedulers/{id}/push
Services using the /push endpoint, such as Rocky, must update their interfaces to align with this change. This includes:
For more details, refer to PR: Combined Schedulers.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Background
Description
The following changes introduced in PR: Combined Schedulers must be reflected in all services that rely on the
/push
endpoint of the scheduler.Key Changes
The
/push
endpoint has been updated as follows:The endpoint has changed from
/queues
to/schedulers/{id}/push
.Impact on Services
Services using the
/push
endpoint, such as Rocky, must update their interfaces to align with this change. This includes:For more details, refer to PR: Combined Schedulers.
The text was updated successfully, but these errors were encountered: