parse-community / parse-community/parse-server
configure PARSE_SERVER_CLEANUP_INVALID_INSTALLATIONS without environment vars
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 21.4k
- Forks
- 4.8k
- Avg merge
- 7h 45m
- Merged PRs (30d)
- 11
Description
New Issue Checklist
- Report security issues confidentially.
- Any contribution is under this license.
- Before posting search existing issues.
Issue Description
Most configuations can be done through options to Parse Server, but PARSE_SERVER_CLEANUP_INVALID_INSTALLATIONS doesn't seem to be supported that way.
Suggest to add this config to the Parse Server options, for people who uses push through Parse this is a very important thing to turn on so Apple doesn't block for sending too many repeats to disabled devices.
Environment
Server
- Parse Server version:
7.0.0 - Operating system:
OSX - Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc):
Local
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how PARSE_SERVER_CLEANUP_INVALID_INSTALLATIONS is read and how Parse Server options are defined. Add equivalent option support and verify that push cleanup can be enabled without the environment variable, with focused tests covering both option and environment configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100