Lightweight Architecture
Minimal overhead with focused functionality — small API surface, easy adoption.
Distributed Processing
Multi-instance safe workers with automatic recovery and leader-fencing strategies.
AOT + JIT Compatible
Works with both AOT and JIT deployments — suitable for modern hosting targets.
Reflection-Free
Minimal runtime reflection for predictable cold-start performance and AOT friendliness.
Instant Response
APIs return 202 Accepted immediately — never block callers during long operations.
Resilient by Design
Built-in retries, backoff strategies and observability hooks for reliability.