pup
pup copied to clipboard
Universal process manager built in Deno
Hello! First off- I love this project and I've been testing it across a vast array of hardware-- i'm mostly frontend usually and not super familiar with lower level backend...
Awesome project! Thanks for your work on this. I'm in the process of attempting to switch from `pm2` to `pup`, and I thought it might be useful to share some...
After the migration to jsr.io (with dependencies moved from deps.ts into deno.json), installing the canary version of pup doesn't work: ``` ➜ ~ pup upgrade --channel canary Warning: Installing using...
A PM2 migration guide in the docs would be useful
I am trying to understand better how crash works. If my service crashes owing to an uncaught error is there a way to restart it? I simulated this scenario using...
At least windows services has to be started manually after `service install --name service-name`
It should be possible to filter away system environment variables. Could possibly be done by explicitly appending filtered variables with value `undefined` to the env-option passed to Deno.run
Work in progress, open for feedback! - Replaces Deno.Kv with `@cross/kv` - Adds a systeminfo module for cross runtime sysinfo - `--unstable-kv` is no longer required, allowing for a stable...
C:\Users\user>deno run -Ar jsr:@pup/pup setup Running: deno install -qfrg --allow-env --allow-read --allow-write --allow-sys=loadavg,systemMemoryInfo,osUptime,osRelease,uid,gid --allow-net --allow-run --allow-ffi -n pup jsr:@pup/[email protected] error: Failed caching npm package '@cbor-extract/[email protected]'. Upgrading failed. Deno: 1.46.3 Windows:...
How to get client IP? This only happens when using the cluster common port. Deno.serve