[X] I had searched in the issues and found no similar issues.
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
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
Screenshots
No response
Are you willing to submit PR?
Code of Conduct