I see the issue here. In the command line demo, I put pid first instead of last. Here’s a switched version:
I like to put the pid as the last argument because it’s often left optional when using named processes. This is because you will often pass the pid in test file but not in your app. Happy to go into more detail if needed.