Skip to content

Add proper preview bounds to checkpoint blog post #115

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

Merged
merged 1 commit into from
Mar 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: Brian Bouterse
tags:
- pulp_rpm, performance
---
<!-- more -->

## Goals

1. Help pulp_rpm users plan the number of pulp-content apps to serve a given traffic rate for their
Expand All @@ -20,6 +20,7 @@ To achieve these goals in this blog post, I'll be doing two things:

* Identify rate limiting components in various test scenarios.

<!-- more -->

## Conclusions

Expand Down
2 changes: 2 additions & 0 deletions docs/sections/blog/posts/2025/checkpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Inspired by the success stories of [Ubuntu Snapshots on Azure](https://ubuntu.co
[increased security and resiliency of Canonical workloads on Azure](https://techcommunity.microsoft.com/blog/linuxandopensourceblog/increased-security-and-resiliency-of-canonical-workloads-on-azure---now-in-previ/3970623), we
embarked on a journey to develop a feature that could address these challenges.

<!-- more -->

## The Problem

Imagine working on a project where you need to ensure that your deployment environment is consistent
Expand Down