AnswerDotAI / AnswerDotAI/apswutils

Improve retry settings for apswutils

Open
#17 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
3
Forks
3
PR merge metrics
No merged PRs in 30d

Description

Right now a failure dies after 100ms (APSW setting), with retries at 2, 4, 8, 16, 32 milliseconds (sqlite's default). So really, it fails at 62 ms, not 100ms

The Rails team says that causes periodic misses for a write, but a flat growth rate is better in their experience. 1ms is their choice.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.