Implementation plan for implementing alternative coordination mode using redis - #1022
Implementation plan for implementing alternative coordination mode using redis#1022rsandell wants to merge 1 commit into
Conversation
|
@rsandell If we support webhook, is really need to have a redis DB? |
|
If you put some form of router in front of Jenkins then you will distribute the events evenly. But for example if a new patchset event is delivered to a different Jenkins controller than the one that is building the previous one you won't get the build current patchset only functionality because there is no way for the other controller to know that there is a new patchset and cancel the current builds. |
You are right I was not really think about all those features. I will follow up later about other points, now I start to understand the whole story |
Just a suggested plan.
Testing done
Submitter checklist