-
Notifications
You must be signed in to change notification settings - Fork 40
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
[FEATURE REQUEST] Ability to run a command before calculating cache key? #47
Comments
Normally, Yes. But not in this situation because of:
Which makes this request meaningful. There are 3 open requests incl. this one and I still not yet finished any of them. I'll try to implement ASAP. However, I am fully open for PRs (Generally speaking). |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
not stale |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
not stale |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I have a situation where it would be useful to cache data, but the key needs to be a checksum of a file that isn't on the filesystem, yet.
An arbitrary example:
Running the wget command as a separate step won't work, as the file system gets cleaned, and even if there weren't, we run multiple agents.
Would it be possible/make sense to have a pre-run-command argument that I could have, Or perhaps be able to invoke the plugin manually?
Examples:
or perhaps:
This is probably a very niche/weird request.
The text was updated successfully, but these errors were encountered: