Skip to content

fix(tripwire): native tar.gz extraction in ASN cron#33

Merged
n2p5 merged 1 commit intomainfrom
claude/fix-asn-cron-EaZXc
May 3, 2026
Merged

fix(tripwire): native tar.gz extraction in ASN cron#33
n2p5 merged 1 commit intomainfrom
claude/fix-asn-cron-EaZXc

Conversation

@n2p5
Copy link
Copy Markdown
Contributor

@n2p5 n2p5 commented May 3, 2026

Vercel's serverless runtime has no tar binary, so spawnSync("tar", ...)
was failing the daily ASN refresh. Replace it with an in-memory
gunzip + ustar parser. Drops the temp directory and disk I/O.

Vercel's serverless runtime has no `tar` binary, so spawnSync("tar", ...)
was failing the daily ASN refresh. Replace it with an in-memory
gunzip + ustar parser. Drops the temp directory and disk I/O.
@vercel
Copy link
Copy Markdown

vercel Bot commented May 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
func-lol Building Building Preview, Comment May 3, 2026 3:36pm

Request Review

@n2p5 n2p5 merged commit bc506ed into main May 3, 2026
3 of 4 checks passed
@n2p5 n2p5 deleted the claude/fix-asn-cron-EaZXc branch May 3, 2026 18:52
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