daily pastebin goal
55%
SHARE
TWEET

Untitled

a guest Mar 24th, 2016 55 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @when('out_mongodb.database.available')
  2. def out_mongodb_set(mongo):
  3.     conn = mongo.connection_string()
  4.     if conn is None:
  5.         td_log('missing connection string')
  6.         return
  7.  
  8.     host, port = conn.split(':')
  9.     td_log('new database host=%s port%s' % (host, port))
  10.     status_set('maintenance', 'new database host=%s port%s' % (host, port))
RAW Paste Data
Top