You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redirect stdout and app log based on build, effectively creating 'runs'
Leave stderr to console, or to daemon redirection for logging errors
This will handle use cases of building a dump file. Handles can be open/closed from the app control panel, and then the files can be accessed through app/data.
Leaving one stderr file prevents error messages from being split across multiple files.
Monitor Proposal
Implement renderer middleware that will render to a directory/id where id will increment and render flagged tasks
Create a directory.index partial
This basic idea allows specific tasks to render their results in an incrementing fashion. Each result can be monitored, essentially, as it comes off the task. The effect is to allow an individual task to be run without a dump, or conversely, to have the results of a task rendered in one specific way.
The text was updated successfully, but these errors were encountered:
Redirecting output for the server is tricky.
Basic Redirection Proposal
This will handle use cases of building a dump file. Handles can be open/closed from the app control panel, and then the files can be accessed through app/data.
Leaving one stderr file prevents error messages from being split across multiple files.
Monitor Proposal
This basic idea allows specific tasks to render their results in an incrementing fashion. Each result can be monitored, essentially, as it comes off the task. The effect is to allow an individual task to be run without a dump, or conversely, to have the results of a task rendered in one specific way.
The text was updated successfully, but these errors were encountered: