joe-at-startupmedia / pmon3

Golang Production Process Manager
10 stars 0 forks source link

Add the ability to reset the restart counter #39

Closed joe-at-startupmedia closed 1 month ago

joe-at-startupmedia commented 1 month ago

restart counters are useful to understand how many times a process has restarted from a particular checkpoint. It's also super convenient to be able to reset the same to establish a clean slate for the next checkpoint. It should meet the following requirements:

1) allow resetting all 2) allow resetting by a specific id

joe-at-startupmedia commented 1 month ago

released in v1.16.1