Skip to content

Commit 1c5ab4e

Browse files
authored
Update task-scheduling.md
1 parent 001a208 commit 1c5ab4e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/techniques/task-scheduling.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,12 @@ Also, you can supply additional options as the second parameter to the `@Cron()`
145145
This allows you to specify the offset of your timezone rather than using the <code>timeZone</code> param.
146146
</td>
147147
</tr>
148+
<tr>
149+
<td><code>disabled</code></td>
150+
<td>
151+
This indicates whether the job will be executed at all.
152+
</td>
153+
</tr>
148154
</tbody>
149155
</table>
150156

0 commit comments

Comments
 (0)