Last active
April 18, 2025 03:32
-
-
Save rraval/e74b7d0426b8187c8967e088c0f141a3 to your computer and use it in GitHub Desktop.
MCVE bkt #60
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo $(which bkt) | |
export OUTPUT=$(bkt --ttl 10m --stale 10s -- ./slow.sh) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
sleep 5 | |
echo "This is a slow script" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment