引入 src/db/retry.rs,提供 base * 2^attempt + jitter 的退避序列, 取代 pool.rs 中固定 2s 重试。MAX_RETRIES 将在下一个提交中被 get_conn 使用。