Skip to content
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

Allow "results" to be uploaded after task run #1086

Open
brendo opened this issue Sep 25, 2024 · 0 comments
Open

Allow "results" to be uploaded after task run #1086

brendo opened this issue Sep 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@brendo
Copy link

brendo commented Sep 25, 2024

Our application has a few maintenance tasks which iterate over a collection and then upload a CSV with the results of the task. This is implemented using the after_start/after_complete/after_error callbacks and by flushing to a CSV after each iteration.

What would be neat is if this feature was baked into the gem by default, and the results uploaded was all handled by ActiveStorage and stored on the run model. This would mean that viewing past runs would be able to surface a deep-link to this "results" file.

Is this something that PR's would be accepted for?

@brendo brendo added the enhancement New feature or request label Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant