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.
Simulates a fast background task such as sending a webhook notification or updating a cache entry.
Simulates generating a multi-page report from a database — reads, aggregates and formats rows in batches.
Simulates synchronising records between two systems in multiple batches — typical for ETL or cross-service replication.
Simulates exporting a large dataset to CSV/XLSX — streams records in chunks to avoid memory pressure.
Intentionally throws an exception after 2 seconds. Useful for testing error handling, retry policies and failure visibility in the dashboard.