SSolasinstatecraft.hashnode.dev·3d ago · 4 min readExecution Truth vs Execution AuthorityMost coordination systems and primitives focus on one thing authority Who is allowed to perform work right now? Redis SETNX issues authority based on a timed expiry lock, Set N key for X time, redlo00
SSolasinstatecraft.hashnode.dev·Jun 28 · 4 min readYou don't need Temporal. You need Postgres.ETL pipelines, payment processing, cache warming, deduplication on heavy endpoints that need cache filled, all such forms of "work" require coordination to prevent tasks from being executed twice, coo00