Giter Club home page Giter Club logo

Comments (5)

pascalgn avatar pascalgn commented on August 15, 2024 1

The action is now a JS action and no longer uses Docker now (see #125 and #135) so I will close this 😊

from automerge-action.

AnandChowdhary avatar AnandChowdhary commented on August 15, 2024

Relevant discussion: #24

from automerge-action.

yarinm avatar yarinm commented on August 15, 2024

Do we have to use docker to run this? Why not make this action run as nodejs ?
See this example.

I'm on a large team with many events that trigger this action and it's starting to cost us a lot (it's about 10K actions per day) which is absurd. I think changing this to a nodejs action will improve it.

from automerge-action.

pascalgn avatar pascalgn commented on August 15, 2024

Yes, changing this action to use nodejs directly would be a viable option, I think. The release process will be a bit more complicated, though, since the npm dependencies need to be added. But I will have a look into this!

However, at about 10k action invocations per day, I suggest you maybe consider changing this to use "schedule" events instead: even if you set it to run once every minute, it will "only" be around 1500 invocations per day (the invocations might each take a bit longer, though, but I think this will still use fewer action minutes, overall)

from automerge-action.

yarinm avatar yarinm commented on August 15, 2024

What I'm experiencing is a large amount of "status" events which is unclear what is their origin it seems that be duplicating x6-7 times (per developer) I'm not sure why is that. I suspect that because we have a CircleCI flows that build around 30 components per commit (we have a monorepo) that might cause the issue, though I don't see 30x status events per commit.

from automerge-action.

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.