I'm trying to run an action after I send a response back to the client in Rails. Is it possible to do this without background workers or creating new threads? I'm trying to run an action after I send a resp
I'm trying to run an action after I send a response back to the client in Rails. Is it possible to do this without background workers or creating new threads? I'm trying to run an action after I send a resp