Ticket #1822 (closed enhancement: fixed)

Opened 2 years ago

Last modified 5 months ago

Support schedulers "claiming" their schedulerid

Reported by: dustin Owned by:
Priority: major Milestone: 0.9.0
Version: master Keywords: database
Cc:

Description

Currently, Buildbot will not notice if you have the same scheduler running on multiple masters, although it will cause great unhappiness. The schedulers should claim their schedulerid using some kind of transactional process that can ensure only one instance of a scheduler is running at any time.

Change History

comment:1 Changed 16 months ago by dustin

  • Milestone changed from 0.8.+ to 0.9.0

comment:2 Changed 5 months ago by dustin

  • Status changed from new to closed
  • Resolution set to fixed

This is addressed in  https://github.com/buildbot/buildbot/pull/611 which should be merged soon.

Note: See TracTickets for help on using tickets.