Repeated temporal schedule

we observe that temporal schedule is appearing repeated times on UI. Moreover, the schedule id is same.

our code-

try{
scheduleClient.createSchedule();
catch(ScheduleAlreadyRunningException exception){
}

Could you please explain the reason?

Hi @nishikant.kumar

Could you list your schedules and print the name of each and ensure the name is exactly the same (you don’t have any extra space) ?

scheduleClient.listSchedules().forEach(... );

Antonio

We do not have any space in schedule name.