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

Support for running multiple productions in parallel #25

Open
ABLindberg opened this issue Nov 14, 2024 · 0 comments
Open

Support for running multiple productions in parallel #25

ABLindberg opened this issue Nov 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ABLindberg
Copy link

In case there are multiple pipelines available from the same server it is currently not possible to start multiple productions in parallel. The main (only?) reason for this is that the UI will pick (from the top) ports from the set of allow ports use for pipeline streams (configured in the DB) and will do so individually for each production start.

The UI needs to check if a port is already in use, and if so, use the next available one from the list when starting pipeline streams.

@mwanggren-EW mwanggren-EW added the bug Something isn't working label Nov 17, 2024
permobergedge pushed a commit that referenced this issue Jan 22, 2025
* feat: output config

* chore: update workdlow

* fix: typo in PipelineOutputConfig.tsx

* fix: second typo in PipelineOutputConfig.tsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants