Skip to content
Snippets Groups Projects
  1. Feb 15, 2016
    • Vermaat's avatar
      Set process name for long-running processes · 7795f431
      Vermaat authored
      For long-running processes it can be convenient to have a short and
      human-readable process name. For example, in our typical server
      configuration we have quite a few Mutalyzer processes running with very
      long process names, making ps and top output hard to parse.
      
      It is assumed that in production environments the webservices and
      website are ran in a separate WSGI server such as Gunicorn which can be
      configured to set the process name.
      
      The setproctitle dependency for this feature is a C extension and we
      therefore make it a soft dependency. Construction copied from Gunicorn:
      
      https://github.com/benoitc/gunicorn/blob/5bc13be79ecaf8f1027764c600023f674ebcf5b2/gunicorn/util.py#L55
      7795f431
  2. Feb 10, 2016
  3. Jan 06, 2016
  4. Dec 21, 2015
  5. Dec 19, 2015
  6. Dec 18, 2015
  7. Dec 16, 2015
  8. Nov 24, 2015
  9. Nov 11, 2015
  10. Nov 10, 2015
  11. Nov 09, 2015
Loading