Do you have to do anything special to get wait_interactive() to work? If I have a trace back in my calling function it works, but otherwise I've been waiting almost a hour and I see nothing. Here is the relevant code: rc = Client() lview = rc.load_balanced_view() ma = lview.map_async(get_fields, entries) ma.wait_interactive() thanks Ed