Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 2.15 KB

File metadata and controls

24 lines (14 loc) · 2.15 KB

EAS Build Queues

At any given time, there is a fixed maximum capacity for the number of concurrent builds on EAS Build. The number of build requests at times will exceed the capacity, and so it is necessary to put build requests into queues.

There are two queue types: low- and high-priority queues. The low-priority queue is available to developers on the Free plan, and the high-priority queue is available to accounts with Starter, Production, and Enterprise subscriptions.

Usage of EAS Build tends to peak during the middle of the business day in North American timezones, and during that time, low-priority queue builds will typically use up most of the available capacity. The low-priority queue time during peak will frequently grow to an hour or more. If you find yourself in this situation, you have the following options.

Alternatives to waiting in low-priority queue

Frequently asked questions

Why are queues needed at all?

Running builds is expensive! If a build takes 20 minutes, that's 20 minutes of compute time on a compute resource that is powerful enough to build an iOS/Android app. Compute time for iOS builds is particularly expensive, and the infrastructure is not dynamically scalable.

If I urgently need to get a build completed on EAS, can I pay for just that build?

The the Starter plan ($19/month) is the best option in this case. Alternatively, you can also consider building locally.