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

Add support for find_optional with an updated_at query #1

Merged
merged 2 commits into from
May 24, 2019

Conversation

tonybruess
Copy link
Contributor

No description provided.

@tonybruess tonybruess requested a review from magnusvk May 24, 2019 00:39
Copy link
Contributor

@magnusvk magnusvk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tonybruess given that you're raising a NotUpdatedError, not the NotFoundError this will end up in normal error handling (the special handling for NotFoundError is here. Aka, it'll be in the retries queue, get retried with normal backoff and eventually complain that it's failing if it stays there.

I think that's correct behavior, just want to make sure that's 👍 with you.

@tonybruess
Copy link
Contributor Author

Yep! That's the intended behavior :)

@tonybruess tonybruess merged commit 45a0203 into master May 24, 2019
@tonybruess tonybruess deleted the tony/find-updated branch May 24, 2019 14:28
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.

None yet

2 participants