Changeset 324


Ignore:
Timestamp:
04/20/07 15:08:23 (17 years ago)
Author:
bastiaans
Message:

jobarchived/jobarchived.conf-dist:

  • use port 8651 again, works better

jobarchived/jobarchived.py:

  • port 8651 works better
Location:
trunk/jobarchived
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/jobarchived/jobarchived.conf-dist

    r295 r324  
    4141
    4242# Where to grab XML data from
    43 # Usually: local gmetad (port 8652)
     43# Usually: local gmetad (port 8651)
    4444#
    4545# Syntax: <hostname>:<port>
    4646#
    47 ARCHIVE_XMLSOURCE               : localhost:8652
     47ARCHIVE_XMLSOURCE               : localhost:8651
    4848
    4949# List of data_source names to archive for
  • trunk/jobarchived/jobarchived.py

    r296 r324  
    717717                self.clusters   = { }
    718718                self.ds         = datastore
     719
    719720                debug_msg( 1, 'Checking database..' )
    720721                self.ds.checkStaleJobs()
     
    913914
    914915                else:
    915                         self.s.send( '\n' )
     916                        #self.s.send( '\n' )
    916917
    917918                        my_fp                   = self.s.makefile( 'r' )
Note: See TracChangeset for help on using the changeset viewer.