Skip to content

Commit f62501f

Browse files
authored
Adds Schedules Features (#62)
1 parent 3466090 commit f62501f

18 files changed

+929
-682
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Some examples require extra dependencies. See each sample's directory for specif
6060
* [patching](patching) - Alter workflows safely with `patch` and `deprecate_patch`.
6161
* [prometheus](prometheus) - Configure Prometheus metrics on clients/workers.
6262
* [pydantic_converter](pydantic_converter) - Data converter for using Pydantic models.
63+
* [schedules](schedules) - Demonstrates a Workflow Execution that occurs according to a schedule.
6364
* [sentry](sentry) - Report errors to Sentry.
6465

6566
## Test

hello/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The result will be:
1111

1212
Result: Hello, World!
1313

14-
Replace `hello_activity.py` in the command with any other example filename to run it instead.
14+
Replace `hello_activity.py` in the command with any other example filename to run it instead.
1515

1616
## Samples
1717

0 commit comments

Comments
 (0)