Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a "restartpause" option + fixing travis-checks #659

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Sep 16, 2015

  1. Added a "restartpause" option

    * Applied on startup failure aditionnaly to the backoff delay (by fclairamb)
    * Applied on bad exit status (by fclairamb)
    * fixed tests (by pfuender)
    
    Default value is 0, which doesn't change the existing behavior.
    
    The goal is to impose a minimum delay between restarts to avoid overloading host with restarts.
    pfuender committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    c8640e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2015

  1. Merge remote-tracking branch 'upstream/master'

    * upstream/master: (61 commits)
      Fix a typo
      Merge pull request Supervisor#703 from gudata/patch-1
      Add pypy3 to tox.ini and .travis.yml
      Use `make html` to build the docs under tox
      Fix package name for Sphinx
      Fix import for Mock
      Add docs to travis build
      Test that doc building + readme are correct
      Add Supervisor 3.2.0 release date to Supervisor 4 changelog
      Fix system.multicall() broken by faster start/stop patch In past versions, startProcess() and stopProcess() would always return a callback.  50d1857 changed this so they may return either a callback or a bool, but the code that handles system.multicall() was not updated.  If multicall was used with stopProcess() followed by startProcess(), it would try to start the process before it had finished stopping.  This broke the restart process link on the web interface.
      Added supervisor_checks to the docs.
      Fix typo in docs
      Clarify behavior of user= option. Closes Supervisor#695
      Fix start/stop buttons on web broken by faster start/stop patch In past versions, startProcess() and stopProcess() would always return a callback.  50d1857 changed this so they may return either a callback or a bool, but the web interface was not updated.
      Show error messages when clearing a log on the web interface
      Move code for start and stop actions near each other
      Show errors when stopping a process on the web interface
      Show string description for unexpected faults
      Show all error messages in TailView. Fixes Supervisor#627
      Implement __str__ so code and text of RPCError are logged This is helpful for troubleshooting issues like Supervisor#627 where the traceback doesn't show the contents of the RPCError.
      ...
    Raphael Hoegger committed Dec 30, 2015
    Configuration menu
    Copy the full SHA
    4f391b3 View commit details
    Browse the repository at this point in the history
  2. document new "restartpause" option

    Raphael Hoegger committed Dec 30, 2015
    Configuration menu
    Copy the full SHA
    76d2a4f View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2015

  1. fixing typo - s/attemps/attempts/

    Raphael Hoegger committed Dec 31, 2015
    Configuration menu
    Copy the full SHA
    6c04d47 View commit details
    Browse the repository at this point in the history