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
Right now we have an endpoint to fetch contracts on the worker which fetches all the contracts and their latest revisions where possible.
This can be moved to a "/contract/latestrevision" (or similar) endpoint on the bus now which is called on-demand by the autopilot for each contract.
The text was updated successfully, but these errors were encountered:
Remove /contracts endpoint on worker and replace it with a /latestrev…
6de1694
…ision endpoint on the bus (#1641) Closes #1634
ChrisSchinnerl
Successfully merging a pull request may close this issue.
Right now we have an endpoint to fetch contracts on the worker which fetches all the contracts and their latest revisions where possible.
This can be moved to a "/contract/latestrevision" (or similar) endpoint on the bus now which is called on-demand by the autopilot for each contract.
The text was updated successfully, but these errors were encountered: