-
Notifications
You must be signed in to change notification settings - Fork 78
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
pref/jobOutput: Write job output to disk. #25
Comments
This is tricky to do securely, especially if the user can specify where the logs are written. |
well, you could keep the job results in an internal database (eg boltdb) owned only by jobberd, and give users access to the results through a jobber command. each job execution could have an execution UUID, and then "jobber stdout UUID" would give the stdout output for that execution... |
👍 For writing job runs and output to file please |
FYI I plan to get this done. It's taken a while b/c I had to rearchitect the damn thing. |
This config:
Produces:
|
pref/jobOutput: (#25) Support writing job output to disk
The text was updated successfully, but these errors were encountered: