fix: various serverless bug fixes#4313
fix: various serverless bug fixes#4313MasterPtato wants to merge 1 commit into02-20-fix_guard_runner_enforce_http_body_size_and_ws_msg_sizefrom
Conversation
|
🚅 Deployed to the rivet-pr-4313 environment in rivet-frontend
|
PR Review: fix: various serverless bug fixesSolid set of targeted bug fixes for the serverless runner path. Most changes are correct and address real issues. A few things worth discussing below. Correctness: Good Fixes1. Moving 2. Changing from 3. Switching from manual 4. Load shedding curve adjustment ( The 60%→70% / 80%→90% shift gives more headroom before shedding begins. Config and schema are in sync. Issues1. Duplicate Bump signal logic ( The two Bump signal blocks (one in the 2. Removed debug log reduces observability ( The removed 3.
4. The signal batch size dropped from 512 to 256. For high-traffic namespaces with many concurrent actor lifecycle events, this could increase loop iterations and latency. Is there a specific reason (memory pressure, replay cost) for the reduction? A comment would help future readers. Minor Notes
|
460c180 to
1f8ab8e
Compare
e89cab8 to
a7065e4
Compare
1f8ab8e to
ea391b1
Compare
a7065e4 to
6df70f8
Compare

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: