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

Several improvements for estimates, budget and costs #443 #458

Merged
merged 4 commits into from
Aug 1, 2022

Conversation

m-mohr
Copy link
Member

@m-mohr m-mohr commented Jul 19, 2022

Several improvements around estimates, costs and budgets:

  • Don't require that the estimated costs are the upper limit. Services may specify the costs more freely depending on their terms of service.
  • If a batch job can't be estimated reliably, a EstimateComplexity error should be returned. Fixes Job estimates for UDFs etc #443
  • GET /me: Clarify the behavior of the field budget, which was incorrectly inherited from the resource budget field and thus the description did not make a lot of sense.
  • Minimum value for resource costs and budget is 0.

@m-mohr m-mohr added documentation minor requires a minor-version (x.1.0 for example) labels Jul 19, 2022
@m-mohr m-mohr added this to the 1.2.0 milestone Jul 19, 2022
@m-mohr m-mohr requested a review from soxofaan July 19, 2022 15:48
@m-mohr m-mohr linked an issue Jul 19, 2022 that may be closed by this pull request
openapi.yaml Outdated Show resolved Hide resolved
openapi.yaml Outdated Show resolved Hide resolved
openapi.yaml Show resolved Hide resolved
@m-mohr m-mohr merged commit 7724b18 into draft Aug 1, 2022
@m-mohr m-mohr deleted the estimate-fixes branch August 1, 2022 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation minor requires a minor-version (x.1.0 for example)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Job estimates for UDFs etc
2 participants