Skip to content

Commit 8b60965

Browse files
Merge pull request #2568 from origranot/patch-1
docs(task-scheduling): Update new disabled flag on cron job
2 parents d1b6212 + 1c5ab4e commit 8b60965

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)