Welcome to fjo-k8s-test

A Rust-powered web application.

Backend Status

Fetching backend status…

Async Click Counter

Each click enqueues a job via Apalis. The job worker processes the queue and increments the counter in PostgreSQL.

clicks processed

Clicks are queued asynchronously — the counter updates when the job worker processes them (typically within a second).