Andrew Weinstein
Andrew Weinstein
This is a question/feature request, not a bug. I'm trying to scrub a portion of my payload. I am adding this proc to transform the payload: ```ruby body_scrubber = proc...
**Is your feature request related to a problem? Please describe.** I'm using the `until_and_while_executing` locking strategy combined with `retry: false`. When an exception is raised in the worker's `perform` method,...
Just a couple of things I cleaned up while working through your NestJS course (which is great, btw - thank you!). When CORS isn't enabled in the Nest app, the...