ThomasKoppensteiner / sidekiq-undertaker

Sidekiq::Undertaker allows exploring, reviving or burying dead jobs.
MIT License
18 stars 4 forks source link

Make max error message length configurable #78

Closed thoesl closed 2 years ago

thoesl commented 2 years ago

I finally took some time to make this configurable, as we discussed.

The max error message length can be configured e.g in an initializer via Sidekiq::Undertaker.max_error_msg_length = 150

Tested it locally and it worked fine (with default and with configuration).

Please let me know what you think about it, thanks!

ThomasKoppensteiner commented 2 years ago

@thoesl some tests are failing (https://github.com/ThomasKoppensteiner/sidekiq-undertaker/runs/8155003838?check_suite_focus=true). Can you please have a look at the approval files?

thoesl commented 2 years ago

@ThomasKoppensteiner Thanks for the hint. There was a tiny update in the web view in version 6.5.6, an attribute of a button changed.