Josh

Results 31 issues of Josh

In systems with variable system paths (like if we are running out of Docker) it can be useful to be able to template the command parameter so that local testing...

If Factotum is running in a containerized environment it can be issued with SIGTERM - when this happens the application is killed instantly with no chance of sending out the...

When multiple steps in the DAG execute concurrently it can overload very limited dockerized solutions as it becomes difficult to predict how much compute will be needed at different stages...

All missing variables that are defined in the Factfile are treated as empty strings - I would expect this to fail instead.

The idea being that some information might not be suitable for transmission.

Something to the extent of software tags in the factfile that can then be used to lookup a docker image with the same software.

On later versions of Vagrant and VirtualBox I am getting lots of issues downloading files using the get_url command in Ansible. ``` msg: failed to create temporary content file: timed...

When GetRecords is called it does not appear to adhere to the buffer limits that have been put in place. This results in Buffers which can in some cases far...

Internally we have been publishing all of our go apps within a simple Alpine Linux docker container which helps tremendously in instrumentation efforts as we can launch the app wherever...