mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #179] Additional Pipelines #176
Labels
No labels
$$ Paid Support
bug
bug
enhancement
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ambar#176
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TomKirby on GitHub (Aug 14, 2018).
Original GitHub issue: https://github.com/RD17/ambar/issues/179
Hi,
Looking at the docker compose file I can see that the following code around creating a new pipeline container seems to be structured in a way which will allow multipul pipelines to be created and distrubutue the load?
we are currently experiencing problems with large backlog within RabbitMQ of around 50,000 and it appears that the pipline is our bottleneck, could i create additional instances of the pipeline by duplicating the following code 2-3 times and chaging the name of the instance from
pipeline0:topipeline1:and also the id under the enviroment section by +1?
Regards,
Tom.
@sochix commented on GitHub (Aug 14, 2018):
Hi Tom,
yep you can!
Butkeep in mind, that lot of pipelines can overload webapi or es.
@TomKirby commented on GitHub (Aug 16, 2018):
This worked, the Issue can be closed 👍