worker state.md

Host ai chat application with Axum: worker execution and job state

Summary

Deploy a ai chat application built with Axum as a public web service plus a dedicated worker process on Ample. ample plan --write discovers both services and their shared database and writes ample.toml; ample up reconciles the topology: a managed PostgreSQL 16 database, a public web microVM and a private worker microVM (kind worker, no public URL), both reading DATABASE_URL. Verified on Axum: a separately deployed worker service (kind worker, no public URL) sharing a declared managed PostgreSQL database with the web service, consuming a jobs table with row locks and marking jobs done once (worker=done attempts=1). Not separately tested: your job payloads, retry policy and scheduling; treat the ai chat application-specific behavior as your application code.

Infrastructure requirements

Prerequisites

Exact tested configuration

Steps

  1. Plan the topology. Run the planner once.
    ample plan --write .
    
  2. Share one database. Keep a single [databases.main] with engine = "postgres".
    ample plan --offline .
    
  3. Apply. Reconcile the manifest in dependency order.
    ample up .
    
  4. Verify. Fetch the web service URL and its worker status route.
    ample logs <deployment_id> --kind runtime
    

Tested examples

Success checks

Limitations

Cost estimate

Estimated 15.00 USD per month.

Verification evidence

Last verified: 2026-09-21T02:46:37Z

Execution binding

MCP tool ample_up, schema hash db7ca0facfe2cd28.