-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for processing multiple paths #32
Comments
A few semi-random thoughts:
|
This is the direction I'm currently going with this. It seems simpler and easier to implement as a "first draft".
Logging would probably need to be tweaked here to carefully indicate where the messages are coming from (e.g., what directory is currently being processed for a log message). Since the plan is to implement support for cron-like behavior, supporting multiple goroutines may not be needed; due to the semi-frequent cleanup operations and the limited age-based checks, it is doubtful (at this time) that concurrency would be needed to prune all files before the next execution schedule/event occurs. |
- Allow specifying one or more paths via command-line or environment variable - Update documentation to reflect multiple paths - Update Makefile and test scripts to work with multiple paths - Add small test script to generate output for use with README examples refs #32
- Allow specifying one or more paths via command-line or environment variable - Update documentation to reflect multiple paths - Update Makefile and test scripts to work with multiple paths - Add small test script to generate output for use with README examples refs #32
- Allow specifying one or more paths via command-line or environment variable - Update documentation to reflect multiple paths - Update Makefile and test scripts to work with multiple paths - Add small test script to generate output for use with README examples refs #32
- Allow specifying one or more paths via command-line or environment variable - Update documentation to reflect multiple paths - Update Makefile and test scripts to work with multiple paths - Add small test script to generate output for use with README examples refs #32
- Allow specifying one or more paths via command-line or environment variable - Update documentation to reflect multiple paths - Update Makefile and test scripts to work with multiple paths - Add small test script to generate output for use with README examples - Minor logging tweaks to record additional field values that could be useful when troubleshooting refs #32
- Allow specifying one or more paths via command-line or environment variable - Update documentation to reflect multiple paths - Update Makefile and test scripts to work with multiple paths - Add small test script to generate output for use with README examples - Minor logging tweaks to record additional field values that could be useful when troubleshooting refs #32
- Allow specifying one or more paths via command-line or environment variable - Update documentation to reflect multiple paths - Update Makefile and test scripts to work with multiple paths - Add small test script to generate output for use with README examples - Minor logging tweaks to record additional field values that could be useful when troubleshooting refs #32
As of v0.3.1, only one path is supported at a time.
This should probably go in before work on #31 commences.
The text was updated successfully, but these errors were encountered: