AINewsnow

Amazon Interview Question: Design a Delayed Job Scheduler (Timers, Leases, and Exactly-Once Execution)

This story is from 2026-09-23. It is preserved in the archive; the latest stories are on the live feed.

Every candidate can write the first version of this in about thirty seconds. new Thread(() -> { Thread.sleep(delayMillis); runJob(job); }).start(); That code is correct in the narrowest possible sense. It also falls over at roughly 10,000 jobs, forgets everything the moment the process restarts, an…

Read the full story at DEV Community — AI ↗

Timeline · 1 report

  1. 2026-09-23 03:31 · DEV Community — AI
    Amazon Interview Question: Design a Delayed Job Scheduler (Timers, Leases, and Exactly-Once Execution)

More stories

  1. GPT-6 Sol and Luna now available on AI Gateway — Vercel Blog
  2. No Shirt, No Shoes, No Service: Amazon Blocks Meta’s Muse AI From Shopping — CNET AI
  3. Moonshot’s Kimi K3 lands on Amazon in key test for Chinese open-source AI revenue — South China Morning Post Tech
  4. How Benchling secured multi-tenant AI agents with Amazon Bedrock AgentCore — AWS Machine Learning Blog
  5. Claude Opus 5.5 now available on AI Gateway — Vercel Blog
  6. Amazon launches research initiative with Stanford University to advance AI and science — Amazon Science
  7. Right-size generative AI endpoints with concurrency sweeps on Amazon SageMaker AI — AWS Machine Learning Blog
  8. How Tata Elxsi detects industrial safety risks in seconds on AWS — AWS Machine Learning Blog

Get the daily brief of stories like this at 6:30 every morning →