what was `process_executor` created to do?
# development
h
what was
process_executor
created to do?
a
it is a command-line tool to execute processes denoted by EPRs
i was going to add an option this week to have the
__str__
of an EPR contain the
process_executor
command line to reproduce that execution
the utility of this is that if a process fails locally or remotely, you could then reproduce it immediately with a
process_executor
command line from the engine stack trace
that and
fs_util
are useful for debugging
also for lots of other stuff too
h
ah solid