Hive Hive
Sign in

Improve package updates

GitHub issue · Open

Metadata
Source
tuist/tuist #8111
Updated
Jun 11, 2026
Domains
Distribution
Details

Why is this needed?

We are iterating over missing packages in one worker, throwing away results for package updates and retrying the entire worker even if only one package is failing.

Steps to address the need

Spawn one worker per {scope, name, version} tuple to update a specific package release, gaining us automatic retries from Oban.

Comments

No GitHub comments yet.