mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-03-18 10:42:44 -05:00
gif again
This commit is contained in:
@@ -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"})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user