Skip to content

Commit

Permalink
Adds Schedules Features (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachfop authored Apr 10, 2023
1 parent 3466090 commit f62501f
Show file tree
Hide file tree
Showing 18 changed files with 929 additions and 682 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Some examples require extra dependencies. See each sample's directory for specif
* [patching](patching) - Alter workflows safely with `patch` and `deprecate_patch`.
* [prometheus](prometheus) - Configure Prometheus metrics on clients/workers.
* [pydantic_converter](pydantic_converter) - Data converter for using Pydantic models.
* [schedules](schedules) - Demonstrates a Workflow Execution that occurs according to a schedule.
* [sentry](sentry) - Report errors to Sentry.

## Test
Expand Down
2 changes: 1 addition & 1 deletion hello/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The result will be:

Result: Hello, World!

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

## Samples

Expand Down
Loading

0 comments on commit f62501f

Please sign in to comment.