👀 New:
- ✏️ CLI:
rr stop
command.rr stop
will read the.pid
file to send a graceful-stop signal to the primary RR process (SIGTERM
). To create a.pid
file, add-p
to theserve
command:rr serve -p
. Docs: link, FR (thanks @Baiquette)
🩹 Fixes:
- 🐛 Fix: incorrect
reset
behavior for thetemporal
plugin. BUG, BUG, BUG. (thanks @dmitry-pilipenko, @mzavatsky)