Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Zipstack/unstract
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.140.0
Choose a base ref
...
head repository: Zipstack/unstract
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.140.1
Choose a head ref
  • 1 commit
  • 3 files changed
  • 2 contributors

Commits on Nov 11, 2025

  1. UN-2972 [MISC] Improve global rate limit error message for better use…

    …r experience (#1652)
    
    * Improve global rate limit error message for better user experience
    
    Changed global limit exceeded error message to be more user-friendly:
      "Our system is currently experiencing high load. Please try again in a few moments."
    
    This provides a clearer, more actionable message for end users when the system
    is at capacity. Organization-specific limit errors remain unchanged and continue
    to show current usage details.
    
    Updated documentation to show both error response formats.
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <[email protected]>
    
    * Remove unused parameters from get_global_limit_exceeded_message()
    
    The method returns a static generic message and doesn't use the current_usage
    and limit parameters. Removing them makes the API clearer and less confusing.
    
    Addresses PR review feedback.
    
    * Apply suggestion from @ritwik-g
    
    Signed-off-by: Ritwik G <[email protected]>
    
    ---------
    
    Signed-off-by: Ritwik G <[email protected]>
    Co-authored-by: Claude <[email protected]>
    ritwik-g and claude authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    057420f View commit details
    Browse the repository at this point in the history
Loading