Hexagon / pup

Universal process manager built in Deno
https://pup.56k.guru
MIT License
160 stars 5 forks source link

Processes never finish using 1.0.0-rc.8 #42

Closed Hexagon closed 1 year ago

Hexagon commented 1 year ago

Processes is marked as running even after exiting, seems to be regardless of version

A workaround is to explicitly run Deno.exit(0) in the scheduled processes.

Hexagon commented 1 year ago

Fixed in 1.0.0-rc.9