← Back to home
Comparison · DevOps

distributed vs promises

A side-by-side editorial comparison of distributed and promises — release velocity, themes, recent moves, and the top alternatives to consider.

distributed vs promises: at a glance

Featuredistributedpromises
SectorDevOpsDevOps
Velocity score5.00.0
Sparks · 30d00
Top themesdistributed-computing, deprecations, breaking-changes, maintenanceasync, observability, performance, shiny
Last editorial update1d ago49m ago
WebsiteVisit →Visit →

What is distributed?

Dask's scheduler spent the year deleting deprecated API, not adding surface.

distributed is cutting frequent tags with little in them. The substantive release in the window is 2026.6.0, which removed deprecations across the scheduler, worker, nanny, CLI, security and deploy modules in roughly twenty separate cleanups and moved CI to pixi. 2026.7.0 follows with a breaking scatter change and a scheduler_info() default change; the two most recent tags are a backport and an empty release with no changes at all.

Read the full distributed trajectory →

What is promises?

promises drops R6 for plain environments and wires async work into OpenTelemetry

promises supplies the async primitives behind Shiny and plumber. After years of small domain and future() fixes, the last two releases changed both what a promise costs and what it can report: 1.4.0 corrected nested domain ordering and added the first OpenTelemetry integration, and 1.5.0 replaced the R6 promise class with a classed environment while stabilizing the tracing API.

Read the full promises trajectory →

distributed vs promises: editorial side-by-side

D5.0

Dask's scheduler spent the year deleting deprecated API, not adding surface.

◆ Current state

distributed is cutting frequent tags with little in them. The substantive release in the window is 2026.6.0, which removed deprecations across the scheduler, worker, nanny, CLI, security and deploy modules in roughly twenty separate cleanups and moved CI to pixi. 2026.7.0 follows with a breaking scatter change and a scheduler_info() default change; the two most recent tags are a backport and an empty release with no changes at all.

◆ Where it's heading

The direction is consolidation. A single maintainer is systematically retiring API that had been deprecated for years, tightening type annotations and chasing flaky tests, while the feature surface stays flat. Python 3.14 support and a PyArrow floor in 2026.1.2 fit the same pattern of keeping the runtime current rather than extending it.

◆ Prediction

With the deprecation sweep largely done and pixi now driving CI, the next releases most likely continue as small breaking cleanups on top of a stable feature set rather than introducing new scheduler capability.

P
promises
DEVOPS
0.0

promises drops R6 for plain environments and wires async work into OpenTelemetry

◆ Current state

promises supplies the async primitives behind Shiny and plumber. After years of small domain and future() fixes, the last two releases changed both what a promise costs and what it can report: 1.4.0 corrected nested domain ordering and added the first OpenTelemetry integration, and 1.5.0 replaced the R6 promise class with a classed environment while stabilizing the tracing API.

◆ Where it's heading

Two things are being fixed at once. Promise domains - the mechanism that carries context across async boundaries - have been the source of nearly every bug in this window, and they are now being used deliberately as the vehicle for tracing rather than just for error handling. Meanwhile the object itself is being made cheap enough to create in volume.

◆ Prediction

Expect the OpenTelemetry surface to lose its experimental label and pick up the same span coverage Shiny would need end to end; the deprecated ospan function names should be removed in a following release.

Alternatives to distributed and promises

Other DevOps products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either distributed or promises.

See all distributed alternatives → · See all promises alternatives →

Recent activity from distributed and promises

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 1mo agodistributedBackport tag extending an earlier fix
  2. 1mo agodistributedEmpty release: no changes
  3. 1mo agodistributedBreaking: scatter stops unpacking custom containers
  4. 2mo agodistributedDeprecated APIs removed across scheduler, worker and CLI
  5. 4mo agodistributedCI pins, type hints and a dashboard CPU fix
  6. 6mo agodistributedPython 3.14 support and a PyArrow 16 floor
  7. 9mo agopromisesOpenTelemetry spans across async work; R6 dropped for environments
  8. 9mo agopromisesNested promise domains fixed; then() gains a tee argument
  9. 1y agopromisesRealigns future object creation with the future package
  10. 1y agopromisesFixes stack overflow on long promise chains
  11. 1y agopromisesFixes domains forgotten inside nested handlers
  12. 3y agopromisesfuture_promise() returns early when workers are exhausted

Frequently asked questions

What is the difference between distributed and promises?

They serve adjacent needs but don't currently overlap on shipped themes. distributed is currently shipping more aggressively (velocity 5.0 vs 0.0), with 0 editorial sparks in the last 30 days against 0. See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is distributed better than promises?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. distributed is currently shipping more aggressively (velocity 5.0 vs 0.0), with 0 editorial sparks in the last 30 days against 0. For your specific use case, the alternatives sections above list other DevOps products to evaluate alongside.

What are the best alternatives to distributed?

Top distributed alternatives in DevOps are ranked by recent ship velocity. Browse the "distributed alternatives" section above for the current picks, or visit /alternatives/dask-distributed for the full list with editorial commentary on each.

What are the best alternatives to promises?

Top promises alternatives in DevOps are ranked by recent ship velocity. Browse the "promises alternatives" section above for the current picks, or visit /alternatives/promises for the full list with editorial commentary on each.