gif again

This commit is contained in:
Mohammed Nafees
2026-03-12 23:03:45 +01:00
parent 8eb9cf91fb
commit 3bd3a014bd
3 changed files with 26 additions and 38 deletions

View File

@@ -4,7 +4,9 @@ from examples.simple.worker import simple
# > Schedule a Task
tomorrow_noon = datetime.now(tz=timezone.utc).replace(hour=12, minute=0, second=0, microsecond=0) + timedelta(days=1)
tomorrow_noon = datetime.now(tz=timezone.utc).replace(
hour=12, minute=0, second=0, microsecond=0
) + timedelta(days=1)
scheduled_run = simple.schedule(tomorrow_noon, input={"Message": "hello"})