TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

1.0.0 Release of the Temporal TypeScript SDK

18 pointsby lorendsralmost 3 years ago

4 comments

lorendsralmost 3 years ago
Co-author here! For those unfamiliar with Temporal, here&#x27;s an excerpt from the post:<p>We think of Temporal as a &quot;durable code execution framework.&quot; We execute your backend code in a durable fashion: by persisting each step your program takes, we can recover your program&#x27;s state in the event of failure—even if the machine goes offline or loses power in the middle of execution. We also durably retry and timeout external calls, so if your services or databases are unreachable or returning errors, we will keep retrying until they&#x27;re back in a good state. This allows backend engineers to develop at a new, higher level of abstraction that is oblivious to faults in the system.
评论 #32250591 未加载
kyelewisalmost 3 years ago
Have to say, the name had me mightily confused with the Temporal API Proposal <a href="https:&#x2F;&#x2F;tc39.es&#x2F;proposal-temporal&#x2F;docs&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tc39.es&#x2F;proposal-temporal&#x2F;docs&#x2F;</a>
评论 #32244015 未加载
crubieralmost 3 years ago
Temporal is great, I’ve been trying to invent something very close to it for some time. I’m also very excited by the Python SDK, will be useful for math&#x2F;ML heavy tasks
beardedmanalmost 3 years ago
Looks good! Suggestion; I would maybe not use TS transpiled Javascript in the code samples here - <a href="https:&#x2F;&#x2F;learn.temporal.io&#x2F;tutorials&#x2F;typescript&#x2F;nextjs" rel="nofollow">https:&#x2F;&#x2F;learn.temporal.io&#x2F;tutorials&#x2F;typescript&#x2F;nextjs</a>. I think it looks a bit messy &amp; hard to follow.
评论 #32243996 未加载