Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Polaris exits immediately when run in a container #206

Description

Problem Statement

When I run Start-Polaris inside a container, the container exits immediately because the command is asynchronous. I tried adding a Start-Sleep -Seconds 100 command after Start-Polaris, but this caused the route handlers to block, so the web server was non-responsive.

Proposed Solution

Add a -Wait parameter to the Start-Polaris command, to block script execution and force the command to run synchronously.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions