Go to the source code of this file.
Namespaces | |
| summarise | |
Variables | |
| tuple | summarise.args = parser.parse_args() |
| summarise.end = args.end | |
| string | summarise.help = 'start datetime of query, defaults to the midnight just passed. Formatted "d/m/y H:M" e.g. "06/07/14 06:38"' |
| tuple | summarise.msg_store = MessageStoreProxy(collection='task_events') |
| tuple | summarise.parser = argparse.ArgumentParser(description='Prints a summary of tasks executed within the queried time window.') |
| tuple | summarise.results |
| summarise.start = args.start | |