Se agrego celery y respuestas instantaneas
This commit is contained in:
@@ -361,6 +361,7 @@ async def get_pedimento_completo(request: ServiceRemesaSchema):
|
||||
update_success = await _update_service_status(
|
||||
service_data['id'], ESTADO_EN_PROCESO, service_data, operation_name
|
||||
)
|
||||
|
||||
if not update_success:
|
||||
raise HTTPException(status_code=500, detail="Error al actualizar estado del servicio")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user