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 atomic update for Cloud Config parameter #2568

Open
3 tasks done
mtrezza opened this issue May 21, 2024 · 1 comment
Open
3 tasks done

Add atomic update for Cloud Config parameter #2568

mtrezza opened this issue May 21, 2024 · 1 comment
Labels
bounty:$20 Bounty applies for fixing this issue (Parse Bounty Program) type:feature New feature or improvement of existing feature

Comments

@mtrezza
Copy link
Member

mtrezza commented May 21, 2024

New Feature / Enhancement Checklist

Current Limitation

Even with #2567, there is always the possibility of race conditions, especially when a Cloud Config param is updated programmatically at high frequency, while a human is editing the param via dashboard.

Feature / Enhancement Description

For Cloud Config params of type Array, add the possibility of atomic updates. Atomic update should be an additional option. The possibility of overwriting the whole array should remain the default operation, which is what the current edit dialog does.

Parse Server already supports atomic update for array fields, so this should be easy to implement.

Copy link

parse-github-assistant bot commented May 21, 2024

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!

@mtrezza mtrezza added type:feature New feature or improvement of existing feature bounty:$20 Bounty applies for fixing this issue (Parse Bounty Program) labels May 21, 2024
@mtrezza mtrezza changed the title Add atomic updates for Cloud Config parameter Add atomic update for Cloud Config parameter May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounty:$20 Bounty applies for fixing this issue (Parse Bounty Program) type:feature New feature or improvement of existing feature
Projects
None yet
Development

No branches or pull requests

1 participant