Skip to content
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

Limit Cleeng Watchlist to 38 items #411

Open
marcovandeveen opened this issue Nov 28, 2023 · 0 comments
Open

Limit Cleeng Watchlist to 38 items #411

marcovandeveen opened this issue Nov 28, 2023 · 0 comments

Comments

@marcovandeveen
Copy link
Member

Cleeng Update Nov 2023

As part of an ongoing effort to optimize Cleeng systems, we are implementing a restriction on the size of specific JSON parameters for API endpoints that utilize said parameters. Currently, our APIs accept JSON parameters without a size restriction which causes a significant platform load and may lead to undesirable slow-downs or outages as the platform continues to grow and the amount of data to be processed increases.

Therefore, moving forward, the following changes will be implemented:

  • Payloads over 4,000 characters will be rejected globally.
  • Affected API Parameters:
    • subscriptions.externalproperties
    • user_payment_details.methodspecificparams
    • offer.externalproperties
    • user_external_data.externaldata

The size check will be implemented at the Request Handler level and the affected integrations need to be optimized so that all relevant endpoints and parameter names in their integrations adhere to these restrictions.

It's essential to note that we will start enforcing these limitations globally at the beginning of 2024.

Analysis

@dbudzins

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

No branches or pull requests

1 participant