add task completed handler
All checks were successful
Build and Publish / build-release (push) Successful in 1m24s

This commit is contained in:
2026-04-20 15:15:37 -05:00
parent 67837ff3ea
commit cebd0f51c5
3 changed files with 3 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ defmodule WorkloadService.Handlers.TaskCompletedHandler do
state ->
MessageBus.publish(
"workload_service.events.quote_task_completed",
"quote_task_completed",
"quote_task.completed",
state
)