Directories
¶
| Path | Synopsis |
|---|---|
|
Command embedded runs a complete Conveyor system inside one process — server, worker, and client — with zero external infrastructure.
|
Command embedded runs a complete Conveyor system inside one process — server, worker, and client — with zero external infrastructure. |
|
Package postmark is a production-like example application built on Conveyor: a miniature transactional email and notification platform.
|
Package postmark is a production-like example application built on Conveyor: a miniature transactional email and notification platform. |
|
cmd/producer
command
Command producer simulates the customer apps hitting the platform's API: it enqueues a continuous, transactional-heavy mix of notification tasks against a conveyord node until interrupted.
|
Command producer simulates the customer apps hitting the platform's API: it enqueues a continuous, transactional-heavy mix of notification tasks against a conveyord node until interrupted. |
|
cmd/worker
command
Command worker is a Postmark worker process: it connects to a conveyord node, serves the platform's three queues, and delivers mail through the simulated provider until interrupted.
|
Command worker is a Postmark worker process: it connects to a conveyord node, serves the platform's three queues, and delivers mail through the simulated provider until interrupted. |
|
standalone
|
|
|
client
command
Command client enqueues a batch of welcome-email tasks against a conveyord node and prints their ids.
|
Command client enqueues a batch of welcome-email tasks against a conveyord node and prints their ids. |
|
worker
command
Command worker is a minimal Conveyor worker process: it connects to a conveyord node, declares the queues it serves, and processes welcome emails until interrupted.
|
Command worker is a minimal Conveyor worker process: it connects to a conveyord node, declares the queues it serves, and processes welcome emails until interrupted. |
|
Command transactional enqueues several related tasks atomically with EnqueueTx: either every task is committed or none is.
|
Command transactional enqueues several related tasks atomically with EnqueueTx: either every task is committed or none is. |
|
Command webhook is a minimal Conveyor webhook worker: an HTTP endpoint that processes pushed tasks with no SDK, speaking only the JSON-RPC 2.0 delivery protocol.
|
Command webhook is a minimal Conveyor webhook worker: an HTTP endpoint that processes pushed tasks with no SDK, speaking only the JSON-RPC 2.0 delivery protocol. |
Click to show internal directories.
Click to hide internal directories.