~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/preflight.py

  • Committer: Stuart Bishop
  • Date: 2011-09-16 09:06:25 UTC
  • mto: (9893.9.16 distinct-db-users)
  • mto: This revision was merged to the branch mainline in revision 13971.
  • Revision ID: stuart.bishop@canonical.com-20110916090625-uokkyetbzrag9aum
fiera is no longer fragile

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
# added here. The preflight check will fail if any of these users are
41
41
# connected, so these systems will need to be shut down manually before
42
42
# a database update.
43
 
FRAGILE_USERS = frozenset(['archivepublisher', 'fiera', 'buildd_manager'])
 
43
FRAGILE_USERS = frozenset(['archivepublisher', 'buildd_manager'])
44
44
 
45
45
# How lagged the cluster can be before failing the preflight check.
46
46
MAX_LAG = timedelta(seconds=60)