Selwin Ong
Selwin Ong
@justinmayer PR welcome :)
Yeah, RQ already switched to using `sentry-sdk` in version 1.0. Can someone please open a PR to fix this?
@lucas03 PR welcome :)
Thanks, ping me when you have the PR ready :)
Yeah, a PR would be welcome. Whether or not workers are stopped mid job depends on how `autoreload.main` is implemented. If it sends a `SIGKILL` to the management command, we're...
Yes, having a permission to view Django-RQ pages would be nice. A PR for this is welcome :)
Summarizing the discussion on this bug: https://bugs.python.org/issue33725 (correct me if I'm wrong): 1. `fork()` has always been unsafe on Mac 2. `spawn*` functions should be instead This means that the...
Sorry for the late response. I think this is a good idea, though I'm unlikely to have any time to work on this anytime soon. I've been super busy since...
Thanks 😁 Sent from my phone > On Sep 12, 2016, at 9:14 PM, Marco De Paoli [email protected] wrote: > > Congratulations :-) > > — > You are receiving...
Python's pickling of instance methods are iffy and we recommend against doing that. `deepcopy`-ing objects before pickling is also inefficient. If you want to do that, I think the best...