Skip to content

Scaling / Parallelism / Concurrency safe? #1016

Discussion options

You must be logged in to vote

This should work as expected as long as you upgrade all containers roughly at the same time. Running multiple instances on different application versions can lead to:

  • mismatch of application <> database schema (migrations are applied by the application container during start) -> application/api errors
  • mismatch of frontend <> frontend api -> unstable frontend

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@marcklingen
Comment options

@Manouchehri
Comment options

@marcklingen
Comment options

@Manouchehri
Comment options

@marcklingen
Comment options

Answer selected by Manouchehri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants