Osbert Feng
Osbert Feng
This is related to https://github.com/ptaoussanis/sente/issues/260 but I have since finally taken the time to properly construct a test case and also am able to explain the issue much better. When...
I think this is what was being reported in #188, but let me try to offer a better explanation of what's happening and a couple different ideas for fixing, which...
This has the following benefits: Does not require separate Thread creation per function rate-gated, which can be an issue if you wish to rate-gate lots of functions independently of one...
prevent excessive semaphore releases in the maintenance thread.
Allows for per beanstalk environment configuration of things like: - AMI used - SSH key id - Instance type used - Auto scaling limits - SSL certificate Also added a...
Hi, I wanted to know which stack was used by default (and to be able to potentially choose a different one), but had to dig through the source code to...
Hi, I felt that adding clarification that System/getenv will not work would be helpful (in particular, for people migrating existing applications from Heroku where System/getenv is used to retrieve configuration...
A potentially suitable fix for issue #2.