This commit is contained in:
bskjon 2024-06-30 11:32:55 +02:00
parent 51e1c5a9ee
commit a9d05511fb

View File

@ -58,6 +58,7 @@ abstract class TaskService: TaskQueueListener {
@PostConstruct @PostConstruct
private fun onCreated() { private fun onCreated() {
serviceId = getServiceId()
log.info { "Starting with id: $serviceId" } log.info { "Starting with id: $serviceId" }
onAttachListener() onAttachListener()
} }