The pipeline checks out multiple git repos and builds the product based on
our architecture, then runs the automation in parallel: 20 lanes
(linux/windows with selenium).
I have more than enough executors free but for some reason the pipeline
gets stuck. From my investigations over the weekend it seems thatif a slave
disconects mid-way because of network issues this problem manifest itself.
I use the extra durable option for pipelines.

The only thing that runs on master from my investigations is allure
reporting generation and the workspace cleanup.

Does anyone know a way to log what is going on in the pipelines and on
master when this types of issues happen.
The usual monitoring memory with javamelody does not work for me.

On Sat, Mar 28, 2020 at 7:08 PM James Nord <jamestn...@gmail.com> wrote:

> > We started getting some issues that manifest as follows:
> - UI gets very slugish
> - The pipeline jobs get stuck with message: Queued   Waiting for run to
> start
>
> the queue performs badly when there are lots (n hundreds) of tasks stuck
> waiting to be scheduled.  it may be you are starting to hit this limit, but
> it's. a guess.  Hard to say without more information and knowing what your
> pipeline is doing.  it may be your pipeline is performing too much work in
> the master (actual pipeline) rather than on agents.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Jenkins Users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/jenkinsci-users/YI2AMQpKqts/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/5d1c018f-b7cc-4bc0-9ea6-599bc9ba2c79%40googlegroups.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAMn9Bd5OZBhiGoPECk8ePtqR%3D1z-UVa332c2tLTt_ENRKdfKeQ%40mail.gmail.com.

Reply via email to