Remove fake broadcast operations against builder queues #6775
Labels
Accepted
Accepted issue on our roadmap
Improvement
Minor improvement to code
Needed: design decision
A core team decision is required
Currently, we're using a fake broadcast task to trigger removal of paths on all build servers. With the move to scaling groups, the webs will no longer be tracking the individual build servers, and so our broadcast method of looping over
APP_BUILD_SERVERS
will not work anymore.It's not clear if we even need these operations anymore however. This would probably be the place to start, and if not, we can start stripping out code when we're close to single process builders.
Otherwise, we might need to look into proper broadcast on the build queues.
The text was updated successfully, but these errors were encountered: