help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guix for Corporate "Batch Jobs"?


From: Ricardo Wurmus
Subject: Re: Guix for Corporate "Batch Jobs"?
Date: Wed, 09 Mar 2022 09:20:51 +0100
User-agent: mu4e 1.6.10; emacs 28.0.50

Phil <phil@beadling.co.uk> writes:

> I don't think GWL can memoize
> different processes in a workflow tho - so running a workflow several
> times results in all workflow processes being run, as far as I know.

By default GWL caches outputs that have already been computed.
Currently there’s only one way to skip computation and that is through
files.  When a computation results in a file the output is cached; if
the output exists already then the computation is not re-rerun unless
explicitly requested.

(The GWL needs even more caching to avoid recomputing build scripts, but
that’s a separate issue.)

-- 
Ricardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]