Supervisord and Supervisorctl Crashcourse
ฝัง
- เผยแพร่เมื่อ 7 ธ.ค. 2024
- In this tutorial we will explore supervisord and supervisorctl - which is a process control and monitoring system for running programs on servers.
💻 Written Tutorial :blog.jchariste...
📝 Official: supervisord.org/
📺 Become a Patron: / jcharistech
🎓=== Check out these Awesome Data Science Courses!===🎓
🧑🏻🔧 Building ML Web Apps:www.udemy.com/...
🧑🏻🎓 Learn Streamlit: www.udemy.com/...
🧑🎓BioInformatics in Python:www.udemy.com/...
🤵🏻 Go4DataScience & Go For NLP(Udemy): www.udemy.com/...
🧑🏻🔧 Machine Learning in Python:www.udemy.com/...
If you liked the video don't forget to leave a like 👍 or subscribe ❤️.
⚡ If you need any help just message me in the comments, you never know it might help someone else too. ⚡
JCharisTech
⏲️===TimeStamps===⏲️
0:01 Introduction
00:40 Overview of Supervisord
02:35 How to Write Programs
04:35 Installing Supervisor
05:30 Setting Up Supervisor Configuration
06:20 Unix Socket
06:20 How to get number of pages
08:10 How to set up WebUI for Supervisor
08:20 Adding our Program to Supervisor
16:20 Supervisorctl Commands
19:20 Interactive Mode
20:10 WebUI for Supervisor
22:00 How to know which supervisor.conf is being used
23:30 Systemctl and Supervisor
25:00 Logs
Support the Channel: Become a Patreon
📺 Become a Patron: / jcharistech
◾◾◾Get The Data Science Prime App◾◾◾
@ Playstore : bit.ly/2LArYQu
◾◾◾ Need Your Dataset Cleaned check out this gig ◾◾◾
www.fiverr.com...
Follow
💻 / jcharistech
🌎 Website: jcharistech.com
📂 GitHub: github.com/Jch...
📱 Twitter: / jcharistech
📝 Blog: blog.jchariste...
📺 Patreon: / jcharistech
🌐 WP: jcharistech.wo...
🏫 Course: jcharistech-ins...
Great explanation!
I was having difficulty with the supervisor configuration, this helped me a lot, thank you
nice and detail rich expland. thank you : )
Glad it was useful. Thank you
thx great job
Glad it helped, thanks @joel
why using .env file in envirment of /etc/supervisor/conf.d/myapp.conf not working :
environment=/home/path/to/.env
did i missed something or supervisor didn't support .env file ?
could you please explain more about --memory=512M on command