This is an automated email from the ASF dual-hosted git repository.
skrawcz pushed a change to branch stefan/add-more-lifecycles
in repository https://gitbox.apache.org/repos/asf/burr.git
from 105da956 Adds example using Ray
add babed075 fix: CI fixes + Temporal interceptor for #602 (#714)
No new revisions were added by this update.
Summary of changes:
.../remote-execution-ray/__init__.py | 0
.../remote-execution-temporal/__init__.py | 0
.../temporal_interceptor.py | 278 +++++++++++++++++++++
examples/validate_examples.py | 2 +
pyproject.toml | 2 +
5 files changed, 282 insertions(+)
copy burr/py.typed => examples/remote-execution-ray/__init__.py (100%)
copy burr/py.typed => examples/remote-execution-temporal/__init__.py (100%)
create mode 100644 examples/remote-execution-temporal/temporal_interceptor.py