SShortSingh.
Back to feed

Squirix preview.7 adds disk quotas and per-tenant backpressure to prevent node failures

0
·1 views

Squirix, an experimental distributed cache, has released version 0.1.0-preview.7 addressing two critical stability risks: uncontrolled disk growth and noisy-tenant starvation. The update introduces journal disk quotas that reject durable writes exceeding a configured cap, returning a JOURNAL_DISK_QUOTA error (HTTP 429 or gRPC ResourceExhausted) instead of crashing the process. A soft high-water mark at 80% of the limit surfaces pressure details via the health endpoint, while the hard cap at 100% triggers write rejection, keeping the node alive and observable. Per-principal backpressure, keyed by JWT subject or connection ID, prevents a single tenant from overwhelming shared concurrency resources. Squirix remains a preview project with no compatibility guarantees, and its APIs and storage formats may still change during the 0.x series.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Dev Series 'Left of the Loop' Closes With a Meditation on Intentional Endings

The final installment of the 'Left of the Loop' series on DEV Community draws on Herodotus's account of the phoenix to reflect on how teams and organizations should approach inevitable endings. The piece argues that teams facing dissolution, restructuring, or key departures should deliberately transfer shared knowledge and framing rather than letting it dissipate by chance. It references earlier entries in the series, including concepts called 'the Hestia,' 'the Boule,' and 'the Mimesis,' to illustrate how intentional handoffs differ from passive continuity. The author contends that starting over is not the same as starting from nothing, provided the groundwork is laid before the ending arrives. The series concludes with the assertion that the only thing within anyone's control is choosing what gets preserved before the fire.

0
ProgrammingHacker News ·

HART OS: Open-Source AI Operating System Designed to Run Without Datacenters

A project called HART OS has been shared on Hacker News as an open-source operating system built specifically for artificial intelligence workloads. The system is designed to allow frontier AI models to operate without relying on traditional datacenter infrastructure. The project is hosted publicly on GitHub under the organization hertz-ai. At the time of posting, the submission had received minimal community engagement, with only 3 points and no comments. The initiative reflects a broader interest in decentralizing AI compute away from large-scale cloud facilities.

0
ProgrammingDEV Community ·

Stale Cucumber Tests Are Silently Bloating Your CI Pipeline

Many software teams carry large collections of Cucumber feature files in their CI pipelines that pass consistently but rarely catch real bugs, adding significant time and compute cost to every code push. Engineering best practice treats a test that never fails as a liability rather than a safety net, since it consumes resources while delivering no meaningful signal. Bloated test suites slow developer feedback loops, increase flakiness, erode confidence in genuine failures, and create ongoing maintenance overhead with every codebase refactor. Experts recommend auditing scenarios with the same rigor applied to performance issues, using CI execution reports to identify scenarios that either never run or have not failed in several sprints. A smaller, targeted test suite provides clearer coverage visibility and faster, more trustworthy pipeline results than a large ceremonial one.

0
ProgrammingDEV Community ·

Three Portfolio Mistakes That Cost QA Engineers Job Opportunities

A hiring guide aimed at QA and automation engineers identifies three common portfolio errors that immediately reduce their chances with hiring managers. The first mistake is listing multiple automation tools without showing actual code, which signals superficial familiarity rather than real expertise. Second, portfolios that display only passing tests fail to demonstrate how an engineer handles flaky builds, slow CI environments, or transient API failures. The recommended fix is to include retry logic, explicit logging, and failure screenshots that show deliberate decision-making under realistic conditions. Ultimately, hiring managers want portfolios that answer what the engineer decided and why, not ones that read like a keyword checklist.

Squirix preview.7 adds disk quotas and per-tenant backpressure to prevent node failures · ShortSingh