Giter Club home page Giter Club logo

Comments (3)

kagminjeong avatar kagminjeong commented on May 19, 2024

You probably need to make sure that clocks are synchronized on all systems you work with.

Thanks to ntp and openntpd, this should be a very simple undertaking nowadays.

If capistrano reads remote server time, how should it behave in a situation like the following:

  • There are servers A, B and C, all out of sync time-wise
  • Command X is run on servers A and B
  • Then, command Y is run on servers B and C

If capistrano read time from the first server, for example, in this case A for X, then by the time Y is run the time would be entirely different anyway.

from capistrano.

docwhat avatar docwhat commented on May 19, 2024

I discovered this bug because ntp died and the clock was off by several hours on a Jenkins slave. It's a VM, so it happens some times.

I was assuming that if you talked to multiple servers then it would get the time from each server and use that for the commands on each server. Using something like an environmental variable.

At the very least, it makes the concept of 'last' and 'current' suspect, since the timestamps can't be guaranteed to always going forward.

If figuring out which clock is accurate or using the server's clock isn't feasible, you could at least scan the existing timestamps and ensure that the new timestamp is greater than any of the existing ones (across all servers).

Ciao!

from capistrano.

leehambley avatar leehambley commented on May 19, 2024

@docwhat I think it's a standard part of keeping a good house to make sure your clocks are in sync.

Operating in local timezones on remote servers in UTC not withstanding, I'm not sure this is a Capistrano problem, I look forward to a patch though.

from capistrano.

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.