Actions
Bug #5400
closedCalling remove-from-environment takes a long time
Description
It should be running a dynflow task in the background. Not sure why it's timing out.
$ h content-view remove-from-environment --id 2 --environment-id 2 Could not remove the content view from environment: Error: Request Timeout
Updated by David Davis almost 11 years ago
I found out the reason behind this. So it looks like the CLI creates the task, then it makes another call to get the task info (I assume maybe to poll or something?) and this second call is what's timing out since something during environment removal is blocking in development mode. I think the only way to solve this would be to run dynflow in the background in development.
Updated by David Davis almost 11 years ago
- Priority changed from Normal to Low
It looks like this only happens in development. Setting priority to low.
Updated by Eric Helms over 9 years ago
- Translation missing: en.field_release set to 114
Updated by David Davis over 8 years ago
- Status changed from Assigned to Rejected
Updated by Jonathon Turel almost 5 years ago
- Target version changed from Katello Backlog to Katello Recycle Bin
Actions