Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First execution does not work as tx service migrations need to be run first #135

Closed
Uxio0 opened this issue Apr 2, 2024 · 1 comment · Fixed by #138
Closed

First execution does not work as tx service migrations need to be run first #135

Uxio0 opened this issue Apr 2, 2024 · 1 comment · Fixed by #138
Assignees

Comments

@Uxio0
Copy link
Member

Uxio0 commented Apr 2, 2024

Problem

Tx service depends on the database migrations executed by the worker indexer container. Tx service web should only be started after worker indexer is ready

Solution

  • Adding a docker compose readiness check for celery worker-indexer so every other worker and web depends on it should be enough
@JagoFigueroa
Copy link

Tested and verified! 😄

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 a pull request may close this issue.

3 participants