Scheduler task in keycloak 20.0.5

Hello,
i’m running one scheduler in keycloak using EventlistenerProvider which is running fine when i start the keycloak server. Now i want to do in TimerProvider. i have developed a SPI for this and deployed this jar. but when i running keycloak server the scheduler is not starting and i’m not sure where we can add this provider in keycloak.
Can anyone help me on this.

Maybe the same as this? How to extend and implement TimerProvider? - #2 by xgp

Yes i’m looking for this only.

Thanks for helping me on this.