Pylons / pyramid

Pyramid - A Python web framework
https://trypyramid.com/
Other
3.97k stars 887 forks source link

Why was --pid-file removed from pserve since 1.8 #3595

Closed robvdl closed 4 years ago

robvdl commented 4 years ago

Before Pyramid 1.8, pserve had a --pid-file option, I was using this to work out if my dev instance had started up yet so that I could run CI.

Now with pserve being included in Pyramid (since 1.8 it seems), it looks like the argument --pid-file has been removed, why?

I can still use gunicorn --paste --pid, sure, but why remove --pid-file from the pserve command, can it be bought back?

stevepiercy commented 4 years ago

Pyramid Change History explains.