Initial buildout of worker pattern.

This commit is contained in:
Jay
2026-04-17 13:29:49 -04:00
parent 8a9253a9a4
commit 4407e4f202
7 changed files with 272 additions and 102 deletions

View File

@@ -70,7 +70,7 @@ func TestPoolConnect(t *testing.T) {
t.Run("fails to add connection", func(t *testing.T) {
pool, err := NewInitiatorPool(
&PoolConfig{
&InitiatorPoolConfig{
ConnectionConfig: &ConnectionConfig{
Retry: &RetryConfig{
MaxRetries: 1,