django / daphne

Django Channels HTTP/WebSocket server
BSD 3-Clause "New" or "Revised" License
2.32k stars 256 forks source link

Feat: Max requests flag to exit after N requests #405

Open alamorre opened 2 years ago

alamorre commented 2 years ago

This is my first Open Source PR, but here is the --max-requests setting to periodically restart workers.

There are no tests, I'm happy to add them if this feature interests the Daphne maintainers.

Please let me know your thoughts!