consider adding a wait option
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
REMS is a synchronous application, and sometimes it is running slow, and getting too many updates back to back will result in a DB conflict.
Consider adding an argument for a custom length wait between each HTTP POST request.
Contributor guide
No contributing guide indexed for this repository
Research direction
No files or tests are named. Start by locating the loop that sends HTTP POST requests and the argument-parsing entry point; add a configurable wait between requests, then verify that copied items are still sent correctly with and without the option.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100