You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of the 5s wait for WARCs at the end, add actual counter to pywb to track pending requests and wait until all are done.
This should help with instances where a large video is being streamed, and page timeout may have exceeded, but still need to wait for full video to load and be written to WARC.
The text was updated successfully, but these errors were encountered:
- instead of waiting for 5s, check redis key 'pywb:{coll}:pending' to see if any pending requests are still pending
- keep checking key until pending requests are at 0
- requires latest pywb 2.6.0+
- should fix#44
- instead of waiting for 5s, check redis key 'pywb:{coll}:pending' to see if any pending requests are still pending
- keep checking key until pending requests are at 0
- requires latest pywb 2.6.0+
- should fix#44
* pending request wait:
- instead of waiting for 5s, check redis key 'pywb:{coll}:pending' to see if any pending requests are still pending
- keep checking key until pending requests are at 0
- requires latest pywb 2.6.0+
- should fix#44
* fix test to no longer look for waiting for 5s message
* lint settings and fixes: allow constant in loops, add lint command to script
* chrome: bump default image to chrome:90 image
Instead of the 5s wait for WARCs at the end, add actual counter to pywb to track pending requests and wait until all are done.
This should help with instances where a large video is being streamed, and page timeout may have exceeded, but still need to wait for full video to load and be written to WARC.
The text was updated successfully, but these errors were encountered: