cloudify-incubator / cloudify-utilities-plugin

Deployment proxy, SSH Key
Apache License 2.0
5 stars 20 forks source link

Plugin fails on polling (response too big) #139

Open kfrukacz-gs opened 6 years ago

kfrukacz-gs commented 6 years ago

Plugin causes install workflo to fail. version used 1.9.2

Traceback Error traceback Traceback (most recent call last):\n File \"/opt/mgmtworker/env/plugins/default_tenant/cloudify-utilities-plugin-1.9.2/lib/python2.7/site-packages/cloudify_deployment_proxy/utils.py\", line 56, in wrapper\n return task(kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/cloudify-utilities-plugin-1.9.2/lib/python2.7/site-packages/cloudify_deployment_proxy/tasks.py\", line 43, in executestart\n return getattr(DeploymentProxyBase(), operation)()\n File \"/opt/mgmtworker/env/plugins/default_tenant/cloudify-utilities-plugin-1.9.2/lib/python2.7/site-packages/cloudify_deployment_proxy/init.py\", line 422, in execute_workflow\n expected_result=True):\n File \"/opt/mgmtworker/env/plugins/default_tenant/cloudify-utilities-plugin-1.9.2/lib/python2.7/site-packages/cloudify_deployment_proxy/polling.py\", line 75, in poll_with_timeout\n if pollster(pollster_args) != expected_result:\n File \"/opt/mgmtworker/env/plugins/default_tenant/cloudify-utilities-plugin-1.9.2/lib/python2.7/site-packages/cloudify_deployment_proxy/polling.py\", line 156, in dep_system_workflows_finished\n 'Executions list failed {0}.'.format(str(ex)))\nNonRecoverableError: Executions list failed 400: Response size (1214) bigger than max allowed (1000), please use pagination..\n with message Executions list failed 400: Response size (1214) bigger than max allowed (1000), please use pagination.

EarthmanT commented 6 years ago

Thanks! @kfrukacz-gs can you check PR #140 To see if this will fix the issue. (I believe it will?)