Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Make cache proxy exception handling more robust #7345

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

ergo14
Copy link
Contributor

@ergo14 ergo14 commented Oct 14, 2024

AtlasDB doesn't wrap its operation with some 'loader' exception concept, so really we may end up needing to catch a lot of exception types here eventually.

@changelog-app
Copy link

changelog-app bot commented Oct 14, 2024

Generate changelog in changelog/@unreleased

What do the change types mean?
  • feature: A new feature of the service.
  • improvement: An incremental improvement in the functionality or operation of the service.
  • fix: Remedies the incorrect behaviour of a component of the service in a backwards-compatible way.
  • break: Has the potential to break consumers of this service's API, inclusive of both Palantir services
    and external consumers of the service's API (e.g. customer-written software or integrations).
  • deprecation: Advertises the intention to remove service functionality without any change to the
    operation of the service itself.
  • manualTask: Requires the possibility of manual intervention (running a script, eyeballing configuration,
    performing database surgery, ...) at the time of upgrade for it to succeed.
  • migration: A fully automatic upgrade migration task with no engineer input required.

Note: only one type should be chosen.

How are new versions calculated?
  • ❗The break and manual task changelog types will result in a major release!
  • 🐛 The fix changelog type will result in a minor release in most cases, and a patch release version for patch branches. This behaviour is configurable in autorelease.
  • ✨ All others will result in a minor version release.

Type

  • Feature
  • Improvement
  • Fix
  • Break
  • Deprecation
  • Manual task
  • Migration

Description

Make cache proxy exception handling more robust

Check the box to generate changelog(s)

  • Generate changelog entry

@mdaudali mdaudali self-requested a review November 5, 2024 13:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants