Add atomic update for Cloud Config parameter #2568
Labels
bounty:$20
Bounty applies for fixing this issue (Parse Bounty Program)
type:feature
New feature or improvement of existing feature
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.
The text was updated successfully, but these errors were encountered: