s4nchez
03/22/2021, 1:53 PMShingi Chanakira
03/22/2021, 1:54 PMs4nchez
03/22/2021, 1:55 PMVojtěch Knyttl
03/22/2021, 2:18 PMSo the standard is to use the ScheduledExecutorService?Especially in Cloud environment that would be an antipattern and probably wouldn't even work, it would be better to use an external scheduler which would invoke your service via message or http call
Shingi Chanakira
03/22/2021, 2:28 PMVojtěch Knyttl
03/22/2021, 2:30 PMfredrik.nordin
03/22/2021, 3:24 PMSaša Šijak
03/22/2021, 6:32 PMs4nchez
03/22/2021, 6:32 PMRazvan
03/22/2021, 6:45 PMExecutors.newSingleThreadScheduledExecutor()
for running the background task that renew the JWK Set.