You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert Flink 1 task slot per TM and bump parallelism (#565)
## Summary
We do see our existing Flink jobs (beacon listing actions) are just a
touch overscaled. This seems to work to absorb event spikes but can be
problematic if we're catching up when the job is down for some time.
This PR bumps our parallelism up and also reverts the setting where we
were going with 1 task slot / TM. We don't need that anymore as we've
patched our catalyst code to handle generate exec nodes in the plan. So
we can go back to running with task slots / TM. So we'll need the same
resources as prior to this PR but get 2x the parallelism to allow us to
catch up quicker.
## Checklist
- [ ] Added Unit Tests
- [ ] Covered by existing CI
- [ ] Integration tested
- [ ] Documentation update
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Chores**
- Enhanced resource management and processing parallelism to improve
performance under load.
- Adjusted data scaling for more efficient and responsive streaming
operations.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments