Ease of Installation and Configuration
Supervisor is relatively simple to install and configure, even for those who may not have extensive background experience. The configuration files are straightforward, making it easier to manage processes.
Web-based UI
It offers a web-based user interface to monitor and control processes, which can be a convenient way to visually manage operations without using the command line.
Process Management
Supervisor allows users to start, stop, and restart processes programmatically and automatically, ensuring processes are running and are restarted if they unexpectedly stop.
Extensive Language and Application Support
Supervisor works independently of the programming language or application, making it a versatile tool for managing a variety of applications and services.
Event Notification
It provides an event notification system, allowing administrators to be notified of state changes or failures, thus improving responsiveness to operational issues.
We have collected here some useful links to help you find out if Supervisor is good.
Check the traffic stats of Supervisor on SimilarWeb. The key metrics to look for are: monthly visits, average visit duration, pages per visit, and traffic by country. Moreoever, check the traffic sources. For example "Direct" traffic is a good sign.
Check the "Domain Rating" of Supervisor on Ahrefs. The domain rating is a measure of the strength of a website's backlink profile on a scale from 0 to 100. It shows the strength of Supervisor's backlink profile compared to the other websites. In most cases a domain rating of 60+ is considered good and 70+ is considered very good.
Check the "Domain Authority" of Supervisor on MOZ. A website's domain authority (DA) is a search engine ranking score that predicts how well a website will rank on search engine result pages (SERPs). It is based on a 100-point logarithmic scale, with higher scores corresponding to a greater likelihood of ranking. This is another useful metric to check if a website is good.
The latest comments about Supervisor on Reddit. This can help you find out how popualr the product is and what people think about it.
I'm reminded of this https://supervisord.org/ Used it inside of containers a few times when I wanted to keep things simple and have a container that ran both a web server and PHP-FPM at the same time and kept them up. - Source: Hacker News / 5 months ago
Is there a cool lightweight alternative to cron for (at least) a single host? To illustrate what I am looking for, I often end up using supervisord [0] (but I also like immortal [1]) for process control when not on a systemd enabled system. In my experience they are reliable, lightweight and a pleasure to work with. I am looking for something similar for scheduled jobs. - [0] https://supervisord.org/. - Source: Hacker News / 12 months ago
Supervisor: A process control system to ensure the Gunicorn server stays alive. - Source: dev.to / about 1 year ago
Supervisor is a powerful process control system widely used to manage background processes. As a PHP developer, you often need to handle long-running processes, queue workers, and other background tasks. Supervisor simplifies this by keeping processes running, restarting them if they fail, and providing easy monitoring and management. - Source: dev.to / over 1 year ago
Amazon Linux 2023 stands as a reliable choice for developers and system administrators. However, users may face a hiccup: Supervisor, is absent from the default RPM packages. This omission poses a challenge for efficiently managing and monitoring processes on Amazon Linux instances. - Source: dev.to / almost 2 years ago
What I went with was having both a web server (Apache/Nginx) and PHP-FPM in the same container image, held together by Supervisor: http://supervisord.org/ In my case, the Dockerfile looks a bit like the following:- Source: Hacker News / almost 3 years ago# Whatever base web server image you want, Debian/Ubuntu based here.
As you can see there are several methods of running devpi server including cron, launchd (OSX service), nginx, Windows service, and supervisord. It also has a systemd service file which we can use to manage the service easily as Ubuntu uses it for primary service management. First off though we're going to need a proxy script to ensure that devpi is running in the virtual environment:. - Source: dev.to / about 3 years ago
If it's a linux box you can make it a systemctl service, or you could use http://supervisord.org/. Source: about 3 years ago
I used supervisord to start my server and the cloud SQL proxy within the same container. That should work for your use case too. Source: about 3 years ago
I convinced (previous) $dayjob to use it. It (nix) kind of hung around in the background with the team that used haskell for awhile, but became prime time when we needed to support a range of VMs running within client infrastructure that were in reality just running various python scripts under supervisord (http://supervisord.org/). The range of client machines (redhat, centos, debian, ubuntu all of different... Source: over 3 years ago
Here's more information about the configuration file format, in case anyone is curious: http://supervisord.org/configuration.html My problem is that it's not always immediately clear how software that would normally run as a systemd service could be launched in the foreground instead. It usually takes a bit of digging around. - Source: Hacker News / over 3 years ago
This post is structured as follows: The first chapter Requirements and Design, describes the requirements for such an application, defines its processes, breaks it down into logical components, and proposes a data model. The second chapter Implementation, provides an introduction to key implementation issues, such as implementing asynchronous tasks and LDAP authentication. It also showcases the usage of Docker... - Source: dev.to / over 3 years ago
The project MISP-Docker from Coolacid is providing a containerized version of the MISP solution. This all-in-one solution includes the frontend, background jobs, cronjobs and an HTTP Server (Nginx) all orchestrated by process manager tool called supervisor. External services such as the database and Redis arenโt part of the container but are necessary. We decided that this project is very a good starting point to... - Source: dev.to / over 3 years ago
So far in this article, youโve started the queue workers manually. In a production server, that's not an option. Instead, you'll have to use a program called supervisor. It's a popular process control system for UNIX-like operating systems. If you're deploying an application on a Ubuntu server, supervisor will come pre-installed. However, if you're on a platform that doesn't come with the program pre-installed,... - Source: dev.to / over 3 years ago
Not sure if this helps, but on normal Linux systems I usually use supervisor to ensure processes keep running. Source: almost 4 years ago
Also somewhat similar to supervisord. I do think there's a place for something like systemd-compose that can make it easier to dynamically install + tear down systemd services. systemd-run exists, but it's difficult to chain dynamic units together, and the typical unit format is a bit too static for my taste. Source: about 4 years ago
Now your application should use Redis as the cache and queue driver. Initially, I wanted to use Amazon SQS or Simple Queue Service to run queued jobs in Laravel. However, I quickly realized that Laravel Horizon is a lot better when it comes to monitoring and troubleshooting Laravel queues. In the official Laravel docs, they recommend supervisor for running Laravel Horizon. In the next subsection, I'll show you how... - Source: dev.to / about 4 years ago
Supervisors works well: http://supervisord.org/. Source: about 4 years ago
Ideally you want to run multiple instances with each instance running standalone, this can be done in Linux using http://supervisord.org/. Source: about 4 years ago
A step up in the ladder of complexity would be to run your processes via supervisord: http://supervisord.org/ This would add features like automatic restart once the processes terminate, automatic start at boot, redirecting their logs to well-defined locations and so on. Source: about 4 years ago
If you have ever used supervisor (if not read here) you'll know we have to configure it how it should consumer or run a command. And we can provide options like:. - Source: dev.to / about 4 years ago
Do you know an article comparing Supervisor to other products?
Suggest a link to a post with product alternatives.
Is Supervisor good? This is an informative page that will help you find out. Moreover, you can review and discuss Supervisor here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.