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

@pcgeek86

Description

@pcgeek86

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.

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