~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/launchpad/webapp/configure.zcml

mergeĀ fromĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
740
740
        for="zope.app.appsetup.IProcessStartingEvent"
741
741
        handler="canonical.launchpad.webapp.sigusr2.setup_sigusr2"
742
742
        />
 
743
    <subscriber
 
744
        for="zope.app.appsetup.IProcessStartingEvent"
 
745
        handler="canonical.launchpad.webapp.sigdumpmem.setup_sigdumpmem"
 
746
        />
 
747
 
743
748
 
744
749
    <!-- Confirm the database is the correct revision level -->
745
750
    <subscriber
753
758
        handler="canonical.launchpad.webapp.adapter.break_main_thread_db_access"
754
759
        />
755
760
 
756
 
    <!-- Make sure that the config is sane for references debugging. -->
757
 
    <subscriber
758
 
        for="zope.app.appsetup.IProcessStartingEvent"
759
 
        handler="canonical.launchpad.webapp.publication.debug_references_startup_check"
760
 
        />
761
 
 
762
761
    <!-- Set the default timeout function. -->
763
762
    <subscriber
764
763
        for="zope.app.appsetup.IProcessStartingEvent"