apache / incubator-streampark

Make stream processing easier! Easy-to-use streaming application development framework and operation platform.
https://streampark.apache.org/
Apache License 2.0
3.91k stars 1.01k forks source link

[Improvement] The timed state synchronizes the periodic configuration #4044

Closed Mrart closed 2 months ago

Mrart commented 2 months ago

Search before asking

Java Version

1.18

Scala Version

2.12.x

StreamPark Version

2.2.0

Flink Version

none

deploy mode

yarn-application

What happened

@Scheduled(fixedDelay = 1000)

Error Exception

@Scheduled(fixedDelay = 1000) As the number of jobs increases, the period of 1s will cause too much pressure on the database. We provide a configuration to configure this for the user

Screenshots

No response

Are you willing to submit PR?

Code of Conduct