Skip to content

Instantly share code, notes, and snippets.

@zzstoatzz
Last active March 4, 2025 20:05
Show Gist options
  • Save zzstoatzz/772d095672484b76da40a4e6158187f0 to your computer and use it in GitHub Desktop.
Save zzstoatzz/772d095672484b76da40a4e6158187f0 to your computer and use it in GitHub Desktop.
from time import sleep
from prefect import flow
@flow
def sleepy(n: int = 3600):
sleep(n)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment