Closed thoesl closed 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?
@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.
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!