From 6227076a3efa26c0d093b55556500b493a74b885 Mon Sep 17 00:00:00 2001 From: Varun Rajput Date: Mon, 2 Dec 2024 11:02:33 -0500 Subject: [PATCH] Update Guide/jobs.markdown Co-authored-by: Amitai Burstein --- Guide/jobs.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guide/jobs.markdown b/Guide/jobs.markdown index 7c43a4fdf..a38ce98a9 100644 --- a/Guide/jobs.markdown +++ b/Guide/jobs.markdown @@ -46,7 +46,7 @@ instance Job EmailCustomersJob where IHP watches the job table in the database for any new records and automatically runs the job asynchronously when a new job is added. There are two ways to run a job: -1. Run immediately: +1. Run immediately (as soon as a job worker is available): ```haskell newRecord @EmailCustomersJob |> create