Henry Fuller

Results 8 issues of Henry Fuller

As a major PEX user twitter leverages the PEXBuilder class to build pexes instead of shelling out to the PEX cli for a few reasons. 1. The `--sources-directory` option to...

enhancement

There are certain environments where it would be useful to use pex to bundle applications, but which need the entrypoint of pex to be the real `__main__` module. For instance...

enhancement
feature request

Based on some conversations on discord I have setup the following environment variables on the synpse-agent service on a host. ``` Environment=AGENT_IMAGE_GC_AGE="48h" Environment=AGENT_IMAGE_GC_FORCE="true" ``` But I see images that are...

When we update an application spec with a new image, the docker container associated with the old image is stopped while the new one is pulled, leading to downtime. We...

There are allusions to a REST API that can be used, e.g sample GET commands with curl when generating a service account. However I can't find any description of available...

As follow up work to #8090 we want to improve concurrency of multi-platform request speculation. Requests configured for different platforms may well have dependencies on different inputs, platform specific compiler...

stale

As a follow up to #8090 rules that consume platform dependent output (Pex for instance) should respect the target_platform that it was built for. Currently we have the ability to...

backend: Python
stale