def execution_query(project, options = {})
        options = project_options_query(project, options)
        q = get('/executions', options)
        # Temporary fix for https://github.com/dblessing/rundeck-ruby/issues/25
        begin