Hive Hive
Sign in

Fix daily account-usage refresh stalling on large instances

Metadata
Source
GitHub
Version
server@1.218.4
Domains
Published
Jun 23, 2026 · 14:18 UTC
Repository
tuist/tuist
Update

The daily account-usage refresh no longer fails when many accounts need updating. Previously, the job inserted all pending account-usage worker jobs in a single PostgreSQL statement, which exceeded the wire protocol’s parameter limit once the backlog grew large enough. The job now batches those inserts, so usage data stays up to date on large hosted instances.