Dan Søndergaard
Dan Søndergaard
Hi, I just noticed that, with the current setup, debug mode is enabled in production. More specifically: https://github.com/realpython/dockerizing-django/blob/master/web/docker_django/settings.py#L26 should probably be something like `DEBUG = True if os.getenv('DEBUG') == 'True'...
A lot of things are not up to date, but specifically [this](https://gwf.app/guide/patterns/#large-workflows) has been reported.
The touch command should either: 1. only touch files that exist, or 2. touch all files and potentially create the necessary directories. This should probably be controlled by a flag.
Consider if it should be possible to configure gwf to not follow symlinks when stat'ing input and output files.
Sometimes you only want to run the parts of a workflow for which you have the input files ready. Right now, gwf will error out if any of the input...
Right now, large workflows will write a lot of logs to the `.gwf/logs` directory. This is bad for most file systems. We should save log files in subdirectories based on...