~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/preflight.py

  • Committer: Stuart Bishop
  • Date: 2011-09-22 09:31:18 UTC
  • mto: This revision was merged to the branch mainline in revision 14013.
  • Revision ID: stuart.bishop@canonical.com-20110922093118-1pvk4jbihxgla3sg
process-upload.py connects as a distinct database user and is fragile

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    # process_accepted is fragile, but also fast so we likely shouldn't
49
49
    # need to ever manually shut it down.
50
50
    'process_accepted',
 
51
    'process_upload',
51
52
    ])
52
53
 
53
54
# How lagged the cluster can be before failing the preflight check.