This was for doing a proof-of-concept for process spawning and disowning in Go in support of a task scheduler and job monitor. Essentially one program will have branches that perform different work based on flags provided. If a UUID is provided for a specific job invocation run, a process for that specific UUID is spawned which it can then query information from a database about.