cfpb / hmda-platform

The HMDA Submission backend applications.
Creative Commons Zero v1.0 Universal
103 stars 94 forks source link

Remove redundant data publisher schedulers #4846

Closed PatrickGoRaft closed 1 month ago

PatrickGoRaft commented 2 months ago

As a residual effect of recent data publisher refactoring we have an instance where redundant schedules are being created. They fail to generate and don't impact existing jobs but should be removed to keep the code clean.

java.lang.IllegalArgumentException: A schedule with this name already exists: [TsSchedule_2023]                                                                                                                            
hmda-data-publisher-648445b4cf-f54q5     at com.typesafe.akka.extension.quartz.QuartzSchedulerExtension.createSchedule(QuartzSchedulerExtension.scala:285)                                                                                                       
bofnd commented 1 month ago

Closed per Patrick 8/6