Skip to content

Commit

Permalink
Update Guide/jobs.markdown
Browse files Browse the repository at this point in the history
Co-authored-by: Amitai Burstein <[email protected]>
  • Loading branch information
rvarun11 and amitaibu authored Dec 2, 2024
1 parent bf79b04 commit 6227076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guide/jobs.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6227076

Please sign in to comment.