💡 Explore WJb through interactive examples. Learn how to build background jobs, orchestrate workflows, monitor execution, and inspect the source code behind each sample.
Getting Started
Configuration
Workflows
🚀 Hello World
Minimal job that immediately completes with a message.
Flow: Enqueue → Execute → Complete
View Source
@inject IStore Store
private async Task Run()
=> await Store.EnqueueAsync(
HelloAction.Key,
new HelloPayload { Text = "Hello World! ✅" });
Jobs
20 job(s)
http-ping
https://wjb.pro/ → 200 OK
04:40:00.068 → 04:40:00.074 UTC
http-ping
https://wjb.pro/ → 200 OK
04:39:00.131 → 04:39:00.138 UTC
http-ping
https://wjb.pro/ → 200 OK
04:38:00.131 → 04:38:00.137 UTC
http-ping
https://wjb.pro/ → 200 OK
04:37:00.083 → 04:37:00.108 UTC
http-ping
https://wjb.pro/ → 200 OK
04:36:00.099 → 04:36:00.107 UTC
http-ping
https://wjb.pro/ → 200 OK
04:35:00.130 → 04:35:00.137 UTC
http-ping
https://wjb.pro/ → 200 OK
04:34:00.084 → 04:34:00.090 UTC
http-ping
https://wjb.pro/ → 200 OK
04:33:00.114 → 04:33:00.121 UTC
http-ping
https://wjb.pro/ → 200 OK
04:32:00.082 → 04:32:00.106 UTC
http-ping
https://wjb.pro/ → 200 OK
04:31:00.082 → 04:31:00.090 UTC
http-ping
https://wjb.pro/ → 200 OK
04:30:00.097 → 04:30:00.104 UTC
http-ping
https://wjb.pro/ → 200 OK
04:29:00.050 → 04:29:00.060 UTC
http-ping
https://wjb.pro/ → 200 OK
04:28:00.112 → 04:28:00.119 UTC
http-ping
https://wjb.pro/ → 200 OK
04:27:00.065 → 04:27:00.094 UTC
http-ping
https://wjb.pro/ → 200 OK
04:26:00.128 → 04:26:00.134 UTC
http-ping
https://wjb.pro/ → 200 OK
04:25:00.081 → 04:25:00.091 UTC
http-ping
https://wjb.pro/ → 200 OK
04:24:00.142 → 04:24:00.150 UTC
http-ping
https://wjb.pro/ → 200 OK
04:23:00.079 → 04:23:00.087 UTC
http-ping
https://wjb.pro/ → 200 OK
04:22:00.142 → 04:22:00.166 UTC
http-ping
https://wjb.pro/ → 200 OK
04:21:00.095 → 04:21:00.101 UTC
Showing
1
-
20