Issue Creation Checklist
Bug Description
The dependency retry-as-promised had a bug when computing exponential backoff for retried queries.
It has been fixed with version 4.0.0.
Could you please update the dependency version in package.json?
What do you expect to happen?
Failed queries will be retried after a correct time.
What is actually happening?
The time between retries is way too long.
Environment
- Sequelize version: 6.6.5
- Node.js version: 14.16.0
Bug Report Checklist
How does this problem relate to dialects?
Would you be willing to resolve this issue by submitting a Pull Request?
Issue Creation Checklist
Bug Description
The dependency retry-as-promised had a bug when computing exponential backoff for retried queries.
It has been fixed with version 4.0.0.
Could you please update the dependency version in package.json?
What do you expect to happen?
Failed queries will be retried after a correct time.
What is actually happening?
The time between retries is way too long.
Environment
Bug Report Checklist
How does this problem relate to dialects?
Would you be willing to resolve this issue by submitting a Pull Request?