runabol / piper

piper - a distributed workflow engine
Apache License 2.0
489 stars 87 forks source link

write pid file #10

Closed muranoya closed 6 years ago

muranoya commented 6 years ago

Write PID file when start-up.

runabol commented 6 years ago

Interesting. Can you describe your use case?

muranoya commented 6 years ago

I want to use Piper in production environment. I will run Piper as systemd service, and I want to check process liveness with Sensu. But Piper doesn't write pid file, so I cannot monitor process liveness.