Giter Site home page Giter Site logo

Comments (6)

zbal avatar zbal commented on June 12, 2024

Caused by: https://github.com/Wiredcraft/pipelines/blob/dev/pipelines/api/server.py#L69

Approaches:

  • add timeout on tasks
  • add dedicated thread to maintain the API up and running despite the workers being stucked

@JuhaS - are the threads being handling the pipelines? or the tasks?

from pipelines.

zbal avatar zbal commented on June 12, 2024

Had again the issue - it seems to be related in fact with the reading of logs - that could be "breaking" the server ...

https://github.com/Wiredcraft/pipelines/blob/dev/pipelines/api/server.py#L380-L387

Wondering if a bad file would block the process...

from pipelines.

JuhaS avatar JuhaS commented on June 12, 2024

Probably because we don't currently close a file after every line, so it stays locker: https://github.com/Wiredcraft/pipelines/blob/dev/pipelines/plugins/bash_executor.py#L64

We should probably open/close it after every line (not sure of the speed though).

from pipelines.

zbal avatar zbal commented on June 12, 2024

The likely root cause: moby/moby#30405 -- when running pipelines in a container, when there is barely no network traffic (e.g. no one on the UI and a webhook triggered every couple of hours), the 1st REQ through an nginx will often be welcomed with a 502 ...

This could be alleviated by using a reverse proxy that enables some HTTP health check to "force" some traffic to occur. (e.g. haproxy or openresty). We've switched to haproxy on a setup and are looking forward to improvements (so far we haven't experienced anymore issue).

from pipelines.

JuhaS avatar JuhaS commented on June 12, 2024

@zbal is there something we can do to prevent or detect this? Should we close this issue?

from pipelines.

zbal avatar zbal commented on June 12, 2024

Closing - this is not a pipelines related issue.

from pipelines.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.