Skip to content

Move parsing of sidekiq ps into helper

What does this MR do?

  • Moves splitting of ps result to helper.
  • Users a regexp to extract the different parts

Are there points in the code the reviewer needs to double check?

The result of ps at least depends on the LANG and the distance of start to now (start time then the day + hour then month+day) I've tested with LANG=en_US.UTF-8 and LANG=de_CH.UTF-8

I don't know if it also differs across OS?

Why was this MR needed?

See #20632 (closed)

Screenshots (if relevant)

Before: Bildschirmfoto_2016-09-06_um_15_09_29

After: Bildschirmfoto_2016-09-07_um_14.38.41 Bildschirmfoto_2016-09-07_um_15.05.41

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#20632 (closed)

Merge request reports