DalgoT4D / DDP_backend

Django app for the DDP platform
GNU Affero General Public License v3.0
9 stars 34 forks source link

Log summarization should use custom webhooks instead of polling #733

Closed Ishankoradia closed 1 week ago

Ishankoradia commented 2 weeks ago

Once this is completed - issue. The log summarization celery task will go away and the results will be posted on a new endpoint by the llm service /webhooks/log-summarization.

Also merge summarize_airbyte_logs and summarize_deployment_flow_run_logs in the new webhook function that will handle the results. https://github.com/DalgoT4D/DDP_backend/issues/729