-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
feat(temporal): add new module for asynchronous workflows with temporal.io #2464
Conversation
4662b97
to
c04580a
Compare
Hello @ochrstn See you |
packages/third-parties/temporal/src/services/TemporalFactory.ts
Outdated
Show resolved
Hide resolved
@ochrstn Just small changes but great PR :) |
The temporal testing package downloads some stuff to start a local server. Thats why the test probably has a timeout: how to deal with that? |
Maybe you can add command line before test to install dependencies ? Or add timeout extra option for this test ? |
@ochrstn I'll take time to help you on the integration test issue ;) |
Oh thanks, but I just pushed something 😅 |
ok, that didn't helped much 🥲 All other changes to the PR are already done, or am I missing something? |
I'll check the PR ;) |
You've right all changes are done ! Thanks :) |
b1a137e
to
f47d713
Compare
37fcfb4
to
7c2f168
Compare
Hello @ochrstn If it's ok for you. Go to merge :D ? |
7c2f168
to
564607e
Compare
Looks good to me. Thanks for your time on the pull request. Feel free to merge it 🚀 |
🎉 This PR is included in version 7.37.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Information
Add a new module for asynchronous workflows with temporal.io
Usage example
for detailed explanation see also readme/tutorial
Todos