|
|
|
@ -26,7 +26,7 @@ public class PartnerInitEmailChecker {
|
|
|
|
|
public void checkPartnerInitEmail() {
|
|
|
|
|
if (PlatformEnvironment.getEnv().taskEnabled()) {
|
|
|
|
|
synchronizedScheduler.executeProcess("manage_task:checkPartnerInitEmail", 120_000,
|
|
|
|
|
() -> clientManager.newCheckEmailStatus());
|
|
|
|
|
() -> clientManager.checkEmailStatus());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|