Commit 7a51a305 by Calen Pennington

Use @needs to specify task composition for paver service checks, so that…

Use @needs to specify task composition for paver service checks, so that arguments are bundled correctly
parent f3cc7bd5
...@@ -198,11 +198,10 @@ def check_mysql(): ...@@ -198,11 +198,10 @@ def check_mysql():
@task @task
@needs('check_mongo', 'check_memcache', 'check_mysql')
@timed @timed
def check_services(): def check_services():
""" """
Check that all required services are running Check that all required services are running
""" """
check_mongo() pass
check_memcache()
check_mysql()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment