Benjamin Eckel
Benjamin Eckel
> it's just me and one other other person testing, and the exception happens quite often (almost too often, IMHO, to be a blip -- almost like there's another issue...
@phillipadsmith i'm not sure if flask has a special way to deal with this, but also consider using a "post-fork" hook of some kind: https://docs.pylonsproject.org/projects/pyramid_cookbook/en/latest/deployment/forked_threaded_servers.html?highlight=sqlalchemy Perhaps flask has a way...
> Oh, yes, definitely able to get it 8/10 times right now. Oh, yeah that suggests a different problem entirely. Although I think the fix I'm working on might help....
I'm not really familiar with it's usage, what happens if you just remove the whole rescue block for network exceptions? that's what i did in my script. python dumps the...
@phillipadsmith did you look into my earlier comment about creating the client after fork? I'm reading some people recommend you use the `before_first_request` decorator to make sure that a database...
@phillipadsmith I appreciate you digging so deeply into it. It does sound like there is some kind of issue with Gunicorn and the open connection. I'd like to keep this...
@leebenson I'd recommend this project: https://github.com/ceejbot/recurring
altool is no longer on my computer and doesn't seem to be on my CI either (GH Action). Curious if anyone else has had this problem.
I was able to successfully use `xcrun notarytool` manually at least. The config process is a bit different, albeit simpler.
> This is going to be a tricky one because it requires macOS AND a developer account to mess with, right? Did you not need a developer account before? I...