hugopl/sidekiq.cr

Implement setproctitle

Closed this issue · 1 comments

Sidekiq.rb has a nice proctitle integration. Resurrect it based on mailing list suggestion.

https://groups.google.com/forum/?fromgroups#!topic/crystal-lang/cF-wWINyj_E

This looks like a legacy, cross-platform nightmare. Ruby has papered over the problem with missing/setproctitle.c in the MRI source, Crystal has avoided solving the problem since it can't be done cleanly.