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

Kill the timer process if it doesn't properly terminate. #1649

Merged
merged 2 commits into from
Feb 6, 2025

Conversation

benmuth
Copy link
Contributor

@benmuth benmuth commented Feb 3, 2025

Summary

This tries to fix the problem described in #1646. I ended up using kill() instead of the solution presented there because it turns out the behavior varied from run to run, and I couldn't get that solution to work consistently. Sending a kill signal was the simplest and most consistent fix. There may be some downsides I'm missing.

Related issues

#1646

Changes these areas

  • Bugfixes
  • Feature behavior
  • Command line interface
  • Configuration options
  • Internal architecture
  • Snapshot data layout on disk

@pirate pirate merged commit 37c0ea7 into ArchiveBox:dev Feb 6, 2025
1 check passed
@pirate
Copy link
Member

pirate commented Feb 6, 2025

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants