Skip to content

Is is possible to increase the build queue size? #1939

Answered by githubsaturn
infomiho asked this question in Q&A
Discussion options

You must be logged in to vote

Short answer: No.

A very longer answer:

  • Creating a PR to add the queue size to be configurable is welcomed!
  • You should definitely look into building the image on github, and not use your server's CPU/RAM for build.
  • The change in the build queue most definitely doesn't solve your problem as best it reduces the negative impact. What if there is another app that is being deployed at the same time? What if you deploy two versions of client/server back to back? What about the fact that your client build time will be definitely different from the server code build time...
  • To do this properly, you have some options: method 1: deploy the additional functionality in the backend first, and then on…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@infomiho
Comment options

Answer selected by infomiho
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants