Task #8913
closed
Remove deprecated "http_backoff" function from the plugin API
Status:
CLOSED - CURRENTRELEASE
- Status changed from NEW to ASSIGNED
- Assignee set to bmbouter
- Status changed from ASSIGNED to POST
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Also available in: Atom
PDF
Removes
http_giveup
method from plugin APIThis is no longer needed in the plugin API because, starting with
pulpcore==3.14
theHttpDownloader.run()
method uses it directly so plugins no longer have to use it on their_run()
subclass definitions.closes #8913