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 6227076 commit 9b26445
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 @@ -60,7 +60,7 @@ newRecord @EmailCustomersJob
|> create
```

The `runAt` field determines when the job should be executed. If not set, the job runs immediately. When set, IHP polls for scheduled jobs approximately every minute and executes any jobs whose runAt time has passed.
The `runAt` field determines when the job should be executed. If not set, the job runs immediately. When set, IHP polls for scheduled jobs approximately every minute and executes any jobs whose `runAt` time has passed.

This can be done in a controller action or in a script as will be shown below.

Expand Down

0 comments on commit 9b26445

Please sign in to comment.