Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improvements to 'non-graceful' interrupt to ensure WARCs are still closed gracefully #504

Merged
merged 6 commits into from Mar 21, 2024

Commits on Mar 21, 2024

  1. improvements to 'non-graceful' interrupt to ensure WARCs are still cl…

    …osed gracefully:
    
    - immediately exit the browser, and call closeWorkers()
    - finalize() recorder, finish active WARC records but don't fetch anything else
    - flush() existing open writer, mark as done, don't write anything else
    ikreymer committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    343a86d View commit details
    Browse the repository at this point in the history
  2. add interruption docs

    ikreymer committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    219b339 View commit details
    Browse the repository at this point in the history
  3. docs tweak

    ikreymer committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e99f17d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fefce9 View commit details
    Browse the repository at this point in the history
  5. more doc tweaks

    ikreymer committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    eca85ec View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Co-authored-by: Tessa Walsh <tessa@bitarchivist.net>
    ikreymer and tw4l committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    4ff6c46 View commit details
    Browse the repository at this point in the history