RunWay Demo

This app demonstrates RunWay — a background job runner for ASP.NET Core. Trigger test jobs below and watch them execute in the dashboard.

Open Dashboard

Jobs are picked up and executed by the in-process runner automatically.

Test Jobs
Quick Task
Simulates a fast background task such as sending a webhook notification or updating a cache entry.
Report Generation
Simulates generating a multi-page report from a database — reads, aggregates and formats rows in batches.
Data Sync
Simulates synchronising records between two systems in multiple batches — typical for ETL or cross-service replication.
Large Export
Simulates exporting a large dataset to CSV/XLSX — streams records in chunks to avoid memory pressure.
Failing Job
Intentionally throws an exception after 2 seconds. Useful for testing error handling, retry policies and failure visibility in the dashboard.