bitter-ability-32190
05/25/2022, 3:31 PMSandboxInfo
vs. CoalescedProcessBatch
⢠Feasibility. Right now I'm confident this could work well for formatters and linters. because this really only works on "successful" process runs where it's OK to throw away stdout/stderr.
⦠For it to work with, say, dependency inference, we'd have to not throw away stdout/stderr. Or maybe get clever with output files (output the result JSON to a file with a unique name, then collect them)?
⢠Performance: How bad will this hurt the vanilla code, which now makes several MultiGet
requests for little SandboxInfos. only be merged later.
⢠Thoughts on reducing boilerplate code in the engine between the new type and existing Processwide-midnight-78598
05/25/2022, 3:57 PMThe ultimate goal is to have the cache be populated per-file when running a process for maximum cacheability, but still run processes on batches of files for performance.How does it work today re: caching? Are they batch cached?
bitter-ability-32190
05/25/2022, 3:58 PMwide-midnight-78598
05/25/2022, 3:59 PMbitter-ability-32190
05/25/2022, 3:59 PMwide-midnight-78598
05/25/2022, 4:00 PMwide-midnight-78598
05/25/2022, 4:01 PMwide-midnight-78598
05/25/2022, 4:02 PMbitter-ability-32190
05/25/2022, 4:09 PM--output=all
on the test goal)