Skip to content
Snippets Groups Projects

goreman: Support initialization stages

Created by: efritz

Update the internal/goreman package to support calling Start multiple times in order to add processes to an already running system on subsequent invocations.

This will be necessary to run migrations in the all-in-one Docker image, which will require postgres to be up (possibly running in goreman), then the migrator to run, then all other services to run.

We then can separate two clusters of services: Postgres (and related) lines, then the remaining services.

Merge request reports

Approval is optional
Ready to merge by members who can write to the target branch.

Merge details

  • 1 commit and 1 merge commit will be added to main.
  • Source branch will not be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading