Skip to content

Simple example app for controlling process with supervisor. Use fabric to run supervisor commands.

Notifications You must be signed in to change notification settings

ride90/supervisor-and-fabric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

supervisor-and-fabric

Simple example app for controlling process with supervisor. Use fabric to run supervisor commands.

Installation

  • virtualenv .env
  • source .env/bin/activate
  • pip install -r requirements.txt

Usage

  • fab start (start process)
  • fab stop (stop process)

You can check working processes with:

  • ps aux | grep python

You can kill process script.py and supervisor will run it again

About

Simple example app for controlling process with supervisor. Use fabric to run supervisor commands.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages