Skip to content

Add Idempotency support to Postgres #7749

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

Closed
3 tasks done
cbaker6 opened this issue Dec 28, 2021 · 4 comments · Fixed by #7750
Closed
3 tasks done

Add Idempotency support to Postgres #7749

cbaker6 opened this issue Dec 28, 2021 · 4 comments · Fixed by #7750
Labels
state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version type:feature New feature or improvement of existing feature

Comments

@cbaker6
Copy link
Contributor

cbaker6 commented Dec 28, 2021

New Feature / Enhancement Checklist

Current Limitation

Postgres doesn't support Idempotency, mainly because it doesn't have a ttl index.

Feature / Enhancement Description

Originally discussed in #6744

Example Use Case

Filters out duplicate requests due to bad connectivity.

Alternatives / Workarounds

Clone the repo and manually edit lines that don't create/manage the _Idempotent class on Postgres. Then, manually create trigger or cron job that deletes rows on the database.

3rd Party References

Stack discusses a way to add triggers to Postgres to achieve similar functionality to Mongo ttl index.

@parse-github-assistant
Copy link

parse-github-assistant bot commented Dec 28, 2021

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!

@mtrezza mtrezza added the type:feature New feature or improvement of existing feature label Jan 1, 2022
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.0.0-alpha.16

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Jan 2, 2022
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.0.0-beta.10

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Mar 15, 2022
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.1.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Mar 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version type:feature New feature or improvement of existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants