Delta Regeer
Delta Regeer
#56 wouldn't help you either, since that is related to how long waitress will wait before it shuts down connections hard.
@viktordick This is what needs to be done to add graceful shutdown which allows waitress to finish serving any remaining connections: https://github.com/Pylons/waitress/pull/269#issuecomment-559322234 If you want to work on that, by...
Do you have a sample that I can use to re-create this issue?
Could you please provide the stack trace that is created when it fails?
AWS is delegating a prefix up to a /80 per instance: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html#ec2-prefix-basics GCP is delegating a prefix of /96 per instance: https://cloud.google.com/compute/docs/ip-addresses/configure-ipv6-address#ipv6-assignment There are other cloud providers that are offering...
Just linking this: Pylons/webob#161
> Basically we could have wsgi workers that would consume an ASGI queue filled in with Daphnee Taking ASGI requests and turning them into WSGI wouldn't require any interaction with...
@Natim All of the things I mentioned can be done outside of pyramid. The ASGI to WSGI would be useful for all WSGI projects, not just Pyramid. The ASGI shim...
If you are relying on this behavior and you are not using `pyramid_retry` (which I think still has this behavior) you could always create your own execution policy that re-introduces...
The whole parent domain feature should be removed, and a user should explicitly specify what domains the cookie should be valid for.