Giter VIP home page Giter VIP logo

Comments (8)

tgulacsi avatar tgulacsi commented on August 26, 2024

This is https://github.com/jpillora/overseer/blob/master/proc_master.go#L295 - neither suggestions (#7 (comment) or #7 (comment)) has been implemented, so it's the same, not working as before.

from overseer.

joshforbes avatar joshforbes commented on August 26, 2024

Ah, thanks for the quick response. My confusion came from thinking that this worked on Windows at one point. Thanks for pointing me in the right direction.

from overseer.

jpillora avatar jpillora commented on August 26, 2024

RE: last comment in #7: if rename works

Could you make windows ‘move(dst, src)’ do, dst -> tmp, src -> dst, restart, rm tmp?

from overseer.

tgulacsi avatar tgulacsi commented on August 26, 2024

Yes, that should work - on Windows, we can't move(act, new), but can dance around like move(old, act), move(act, new) then os.Remove(old) - with the caveat that this thing is not atomic at all... But at least should work.

from overseer.

tgulacsi avatar tgulacsi commented on August 26, 2024

@joshforbes can you try https://github.com/tgulacsi/overseer/tree/windows56 ?

from overseer.

joshforbes avatar joshforbes commented on August 26, 2024

Oh wow. @tgulacsi thank you so much for tackling this. It's working for me 👍

from overseer.

tgulacsi avatar tgulacsi commented on August 26, 2024

Great news!

from overseer.

jtdaad avatar jtdaad commented on August 26, 2024

Thank you!

I still have this exact same problem, I'm not sure if it's something in my config? I've been looking at this for a few days trying to figure it out. Happy to submit a new issue if needed. Thanks.

overseer.Config{
Program: prog,
Required: true,
TerminateTimeout: time.Second * 30,
Fetcher: &fetcher.HTTP{
URL: fetchUrl,
Interval: time.Second * 10,
}

from overseer.

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.