Merge pull request 'Fix Cron Expression defining issue' (#157) from tcdlpds/device-mgt-core:cron-fix into apim420

Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/157
This commit is contained in:
Amalka Subasinghe 2023-06-29 03:51:39 +00:00
commit bfc38eeff0

View File

@ -158,7 +158,7 @@ public class ScheduledAppSubscriptionTaskManager {
TaskManager taskManager = taskService.getTaskManager(SCHEDULED_APP_SUBSCRIPTION_TASK_TYPE);
TaskInfo.TriggerInfo triggerInfo = new TaskInfo.TriggerInfo();
triggerInfo.setCronExpression("0 0 0/24 ? * * *");
triggerInfo.setCronExpression("0 0 0 ? * * *");
String taskName = "SCHEDULED_APP_SUBSCRIPTION_CLEANUP_TASK";
TaskInfo taskInfo = new TaskInfo(taskName, ScheduledAppSubscriptionCleanupTask.class.getName(), null,