DMTF/python-redfish-library

Support for Task handling

Closed this issue · 1 comments

Currently if a service responds with 202 Accepted, it passes this back up to the caller and the caller is responsible for monitoring the Task until it's complete. Would like to discuss if it's worth adding Task management internal to the library so all tools don't need to duplicate Task logic.

Fixed in latest PR