pup icon indicating copy to clipboard operation
pup copied to clipboard

Universal process manager built in Deno

Results 14 pup issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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

documentation
enhancement
help wanted
good first issue

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`

enhancement
help wanted

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

enhancement
help wanted
good first issue

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:...

bug
help wanted
windows

How to get client IP? This only happens when using the cluster common port. Deno.serve

enhancement
help wanted