GoodAnalytics.Connectors.Delivery (GoodAnalytics v0.1.1)

Copy Markdown View Source

Connector dispatch delivery engine.

Executes delivery for pending dispatches: loads credentials, builds the payload via the connector adapter, delivers it, classifies errors, and updates the dispatch record with results.

Summary

Functions

Delivers a single dispatch record.

Functions

deliver(dispatch)

Delivers a single dispatch record.

Returns {:ok, dispatch} on success or {:error, dispatch, reason} on failure.