Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change approach for SDK #59

Merged
merged 29 commits into from
Nov 5, 2023
Merged

Change approach for SDK #59

merged 29 commits into from
Nov 5, 2023

Conversation

darwin67
Copy link
Owner

@darwin67 darwin67 commented Nov 2, 2023

resolves #58

Change the execution model to match the other SDKs.
The current attempt is not flexible at all.

Also update it to follow TS SDK v3 convention.

TODOs

  • execute function
  • step run
  • step sleep
  • step sleep_until
  • step wait_for_event
  • step send_event

@darwin67 darwin67 force-pushed the breaking/change-approach branch from e437eeb to 095823a Compare November 3, 2023 08:19
@darwin67 darwin67 force-pushed the breaking/change-approach branch from 9b072d3 to 340a90b Compare November 4, 2023 05:28
@darwin67 darwin67 force-pushed the breaking/change-approach branch from 03eff6f to eafb1f9 Compare November 5, 2023 05:33
Copy link

codecov bot commented Nov 5, 2023

Welcome to Codecov 🎉

Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment.

Thanks for integrating Codecov - We've got you covered ☂️

@darwin67 darwin67 marked this pull request as ready for review November 5, 2023 06:04
@darwin67 darwin67 merged commit 300e907 into main Nov 5, 2023
@darwin67 darwin67 deleted the breaking/change-approach branch November 5, 2023 06:05
darwin67 added a commit that referenced this pull request Nov 7, 2023
resolves #58

Change the execution model to match the other SDKs.
The current attempt is not flexible at all.

Also update it to follow TS SDK v3 convention.

- execute function
- step run
- step sleep
- step sleep_until
- step wait_for_event
- step send_event
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Experiment execution model with panic control
1 participant