Micah Lyle

Results 15 comments of Micah Lyle

Thanks! For now I've just resorted to manually running workers when I need to emulate what it would be like to run an async worker.

The reason this is occurring I believe has to do with the way `default_factory` works. When the python file is first imported, and before `freezegun` would have touched it, `default_factory`...

From how I've used `mailoutbox`, it would also be very helpful to be able to have `mailoutbox.clear()` actually clear both `mailoutbox` and `mail.outbox`. If `mailoutbox is mail.outbox`, then someone could...

I think I've noticed that, even in PostgreSQL, since `djstripe` `2.6.0` (I could be wrong about the since which version), there seems to be more deadlocks on the Sentry logs....

^ By the way, with the above comment, the resolution was to make sure to not try and create the customer and payment method together in the same request (we...

Thank you so much! My mentally proposed solution was actually to create a separate table because I had IDs from another service that were unique values. Then I'd essentially create...

Addresses https://github.com/celery/ceps/issues/31

Second draft. I have not filled in the specification yet. That I'm planning to do next, and getting feedback on the higher-level direction of the CEP has been really helpful...

One other thought. There may be sections from the previous draft to merge back into the current draft and/or future drafts. However, I wanted to remove them for this second...