Pynenc
  •  Publications
  •  Docs
  •  GitHub
Navigation bar avatar

Pynenc


A task management system for complex distributed orchestration
  • Distribute a Python function without changing callers

    Use direct_task for blocking calls, sync tests, and worker execution.

    Posted on April 24, 2026

    You have a Python function that processes one item. You call it in a loop. The list grows, and the loop slows down because each call waits on I/O: an API request, a database query, a scrape, an embedding, a model call. [Read More]
    Tags:
    • python
    • distributed-systems
    • migration
    • pynenc
  • Recover Python tasks after a worker crash

    Heartbeat checks, orphaned invocations, and automatic rerouting in pynenc

    Posted on April 19, 2026

    I wanted a small failure test: start a few long-running tasks, kill the worker, then see whether the work still finishes. [Read More]
    Tags:
    • python
    • distributed-systems
    • reliability
    • pynenc
  • ← Newer Posts
  • RSS
  • GitHub
  • Twitter
  • LinkedIn

Jose Diaz  •  2026  •  pynenc.org  •  Edit page

Powered by Beautiful Jekyll