Giter Site home page Giter Site logo

supervisor parity ? about gosuv HOT 5 OPEN

codeskyblue avatar codeskyblue commented on May 14, 2024
supervisor parity ?

from gosuv.

Comments (5)

c0b avatar c0b commented on May 14, 2024

could you also have:

  • config_dir = /etc/gosuv/ and log_dir = /var/log/gosuv because /etc is usually at read only storage and only /var is read-writable

from gosuv.

c0b avatar c0b commented on May 14, 2024

http://supervisord.org/configuration.html support all these configuration file locations:

  1. $CWD/supervisord.conf
  2. $CWD/etc/supervisord.conf
  3. /etc/supervisord.conf
  4. /etc/supervisor/supervisord.conf (since Supervisor 3.3.0)
  5. ../etc/supervisord.conf (Relative to the executable)
  6. ../supervisord.conf (Relative to the executable)

this gosuv may not necessarily support all but I like at least support /etc/gosuv

from gosuv.

c0b avatar c0b commented on May 14, 2024

http://supervisord.org/configuration.html#environment-variables Environment Variables is another wanted feature, the gosuv doesn't have to support exactly same syntax, but need somewhat similar way to reference from environment variable

[program:example]
command=/usr/bin/example --loglevel=%(ENV_LOGLEVEL)s

from gosuv.

codeskyblue avatar codeskyblue commented on May 14, 2024

Why I did not put config file into /etc/supervisord.conf is because I want to change the settings from the web. But /etc folder is the readonly storage.

Environment should supported now.

- name: Test
  command: echo Hello ${WORLD}
  environ:
    - WORLD="New World"
  directory: /

from gosuv.

codeskyblue avatar codeskyblue commented on May 14, 2024

I think the most difference between python-supervisor is gosuv got a nice web which I used nearly everyday.

from gosuv.

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.