Chedli Bourguiba
Chedli Bourguiba
@maciejpankanin i'll make a temporary workaround on https://github.com/chaadow/activestorage-openstack
@maciejpankanin released in `v1.6.0` and opened a PR #527. So until they merge it, you can try this workaround.
Yes it is raised from `record.delay.remove_from_index!` When I destroy my model. For example : `project.destroy`
@redox Here is an example of a failing spec backtrace : ``` Failure/Error: expect { delete :destroy, :id => @project }.to change(Project, :count).by(-1) ArgumentError: job cannot be created for non-persisted...
`record.remove_from_index!` works whereas `record.delay.remove_from_index!` doesn't.
Actually, it doesn't work only after I destroy the record and the `self.trigger_delayed_job` is triggered. Since it's a "remove" it steps in the `if remove` condition, and finally the exception...
I am only using what's suggested in the readme for delayedjob. `record.delay.remove_from_index!` works outside the `self.trigger_delayed_job`, if I try it in the console. However when I try it after a...
@brentvatne I have the same issue with 7.1.0. I can confirm that I had to migrate from sentry-expo to @sentry/react-native and production builds work again. Had the exact same error...
@christoomey Hi, I found a "workaround" after investigating the plugin script. If i call ` kr` to kill the runner pane, it will properly clean the `s:runner_pane` variable by calling...