ZosoRiffs
ZosoRiffs2mo ago

Script Cache

In testing caching for script results, I noticed my script that is tagged to run on a Windows Agent executes the script each time it is run. The same script without a tag (I.e. using regular workers) does return the cached result immediately. Is this expected behavior? My goal was to cache output from a script run against our active directory to populate a dashboard. It doesn't need to be executed with every app refresh because the data changes infrequently.
6 Replies
ZosoRiffs
ZosoRiffsOP2mo ago
For testing I just used PowerShell script: Start-Sleep 10 Write-Output "Hello World!"
rubenf
rubenf2mo ago
It's an agent workers correct?
ZosoRiffs
ZosoRiffsOP2mo ago
Yeah, agent worker on Windows
rubenf
rubenf2mo ago
I think we don't support cache on agent at the moment Are can add to backlog It's because of the http requirement
ZosoRiffs
ZosoRiffsOP2mo ago
Got it, thanks for confirming.

Did you find this page helpful?