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.

Slowly Baking Bread with AWS Step Functions

2 pointsby grahar64about 7 years ago

1 comment

kwilletsabout 7 years ago
There&#x27;s definitely a need for this, since long-running threads are a huge pain to manage -- connections die, heartbeats fail, etc., and any job that&#x27;s doing a lot of sleep() loops or waiting for asynchronous notifications should probably be managed by a scheduler like this instead.<p>What&#x27;s hard though is breaking up a synchronous execution model into discrete steps, and storing continuations between them.