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

alignStepBoundaries edge case cleanup+definition #99

Merged
merged 5 commits into from
Dec 4, 2018

Conversation

jacksontj
Copy link
Contributor

No description provided.

If end is past `now` we'll simply truncate to `now` for simplicity,
otherwise we end up caching data we can't possibly have. With this
change we also pick up the case where both start/end are past `now`

Fixes trickstercache#98
This way if any query is sent without a step param we simply return an
error (as it is a required query param).

Fixes trickstercache#98
@jacksontj
Copy link
Contributor Author

cc @jranson

@jranson jranson merged commit fb36958 into trickstercache:master Dec 4, 2018
@jacksontj jacksontj deleted the issue_98 branch December 4, 2018 18:46
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