Closed alex88 closed 8 years ago
Hi, while running a job I call multiple times
at(n, 'Some message)
but in the statuses page the message is always empty, in case of exception instead the message is filled with the backtrace, could it be because of backtrace is true in sidekiq_options?
sidekiq_options
Please test this against version 1.1
Hi, while running a job I call multiple times
but in the statuses page the message is always empty, in case of exception instead the message is filled with the backtrace, could it be because of backtrace is true in
sidekiq_options
?