Skip to content

Instantly share code, notes, and snippets.

@rraval
Last active April 18, 2025 03:32
Show Gist options
  • Save rraval/e74b7d0426b8187c8967e088c0f141a3 to your computer and use it in GitHub Desktop.
Save rraval/e74b7d0426b8187c8967e088c0f141a3 to your computer and use it in GitHub Desktop.
MCVE bkt #60
echo $(which bkt)
export OUTPUT=$(bkt --ttl 10m --stale 10s -- ./slow.sh)
#!/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