Slackbot
02/10/2024, 10:54 PMVampire
02/11/2024, 3:39 PMJavi
02/11/2024, 3:41 PMVampire
02/11/2024, 3:44 PMgradle-profiler
to find out what is taking long.
But the actual task action should usually be blazingly fast.
And making it cacheable would mean that instead of writing a simple text file, you have to download an archive, store it to the local cache, unpack the archive to retrieve the output file.
And when not restoring cached version the text file needs to be put to archive, put to local cache and potentially put to remote cache.
Usually this should be too much overhead for a task that writes a simple text file.Vampire
02/11/2024, 3:45 PMVampire
02/11/2024, 3:46 PMcacheIf { true }
or something like that.Javi
02/11/2024, 3:46 PM