Skip to content

refactor: simplify DB config using kura as single source of truth#1

Merged
Taure merged 1 commit intomainfrom
feat/simplify-db-config
Mar 29, 2026
Merged

refactor: simplify DB config using kura as single source of truth#1
Taure merged 1 commit intomainfrom
feat/simplify-db-config

Conversation

@Taure
Copy link
Copy Markdown
Contributor

@Taure Taure commented Mar 29, 2026

Summary

  • Remove duplicate {pgo, [{pools, ...}]} and {asobi, [{asobi_repo, #{...}}]} connection config
  • Database connection now configured once under {kura, [...]}
  • Shigoto references the pool via {pool, asobi_repo} instead of {repo, asobi_repo}

Depends on Taure/kura#79

Test plan

  • Full 20-player simulation passing (7/7 phases)
  • Pool starts correctly from kura config
  • Shigoto job processing works

🤖 Generated with Claude Code

Remove duplicate pgo and asobi_repo connection config blocks.
Database connection is now configured once under {kura, [...]}.
Shigoto uses {pool, asobi_repo} to reference the same pool.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@Taure Taure merged commit 9448b8c into main Mar 29, 2026
11 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant