earthcube / scheduler

Scheduling approaches related to gleaner tooling
Apache License 2.0
0 stars 0 forks source link

409 conflict on delete #50

Closed valentinedwv closed 11 months ago

valentinedwv commented 11 months ago

Containers getting left around on delete, which is an issue.

urllib.error.HTTPError: HTTP Error 409: Conflict caused by:

ypeError: HTTPConnection.getresponse() got an unexpected keyword argument 'buffering'
  File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 457, in _make_request
    httplib_response = conn.getresponse(buffering=True)

Changing to use the docker.py library.

ylyangtw commented 11 months ago

closing this issue as it's fixed in #51