Start/stop daemon
An auto restarter program for Node.js
Surfboard restarter
A Cypress plugin which restarts tests on webpack-dev-server HMR updates
Zero config node process restarter. Starts/stops node process on file system changes.
NodeJS tool for monitoring of processes
A file watching application restarter for your 'npm start' command.
A minimal Node.js restarter.
Restart your Heroku app with simple one-line code!
A starter/restarter for nodejs applications
Watching changes in files and restart app.
A cli tool for restarting your node.js server when files change
Option parsing for Node, supporting types, shorthands, etc. Used by npm.
Progressively restarts ec2 instances under any Opsworks layer, x machines at a time
Option parsing for Node, supporting types, shorthands, etc. Used by npm.
## Getting started
No description provided.
No description provided.
hot restart workers in culster mode
Exit a node/io.js process when changes to source files in the current directory are detected
A node script with only one purpose: restarting Huawei HG255s for Superonline ISP.
An HTTPish way of running commands
It is a simple method to restart your application.
Restart your process when a file changes.
Zero-downtime process restart library with signal handling / 零停机进程重启库,支持信号处理
A simple process supervisor for spawning, restarting and stopping arbitrary commands
portrm — blazing fast port & process manager. Kill and list processes on ports from your terminal.
A simple, cross-platform utility to gracefully handle process termination signals (SIGTERM, SIGINT, SIGQUIT). 一个简洁、跨平台的工具库,用于优雅地处理进程终止信号 (SIGTERM, SIGINT, SIGQUIT)。
Concurrent process runner for AI agents
Lightweight actor framework with supervision and health observation for Varpulis
Enables graceful shutdown and zero-downtime restarts for Axum applications. 为 Axum 应用提供优雅停机与零停机重启功能。
Supervisor module for ractor framework.
A utility for creating auto-restarting tokio tasks
Telecom-inspired OTP actor runtime for Rust: mailbox routing, supervision trees, let-it-crash fault isolation, and distributed messaging
Rally your services with an embedded development dashboard
Local development orchestration for multi-service applications
guard-restarter is a guard plugin to run a command (often a server) and restart it when files change.
Command line tool which keeps localtunnel working
Rails gem to restart heroku dynos
Restart puma when files change
Generic stop/start/restart for processes
restartable, asynchronous, and distributed processes
Watch a specific process, restart it if it dies.
Gem for restart rails application.
Unicorn: out of band GC / restart on max memory bloat / restart after X requests
RubyMon automatically restarts your ruby aplication when changes are made. Read our documentation at Github (https://github.com/Cereal1974/RubyMon). For a list of commands and a brief description of what they do type 'nodemon -h' into your command line.
== DESCRIPTION: seesaw: [verb] to change rapidly from one state or condition to another and back again. Seesaw is a replacement/addition to the mongrel_cluster gem and allows you to perform a safe rippling restart of your mongrel cluster without dropping any requests. Let's say you have a mongrel cluster setup with 7 individual mongrels on your server. Let's also say that you have to deploy a code update and restart all of your mongrels but your site is really busy and you cannot afford any downtime whatsoever. When you execute: mongrel_rails seesaw::bounce This will happen: 1. your webserver configuration is switched to only use the front half of your mongrel pack (mongrels 1-4) 2. the webserver (apache or nginx) is gracefully restarted 3. the back half of your mongrel pack (mongrels 5-7) is restarted 4. your webserver configuration is switched to only use the back half of the pack 5. the webserver is gracefully restarted 6. front half mongrels are restared 7. webserver configuration switched back to full cluster configuration 8. webserver restarted one last time
Auto-reload require files or local gems without restarting server during Rails development.