Miha Rekar

Results 37 comments of Miha Rekar

So the formulae will not get fixed?

Not yet, no

@adas172002 I did not - I track everything. And even if I save the model again with a change on a different column Logidze/PG doesn’t detect a change in column...

Sounds reasonable, yes πŸ‘Œ

Right now the workaround is to add this to your production.rb to catch Solid Queue errors ``` config.solid_queue.on_thread_error = ->(error) { Appsignal.send_error(error) } ``` And then add ``` rescue_from(Exception) do...

@jeffkreeftmeijer Hmm didn't work out-of-the-box for me at the time. Let me try again.