Skip to content

Commit 2725652

Browse files
committed
Update recipes index and README
1 parent 7cd699d commit 2725652

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/recipes/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ Cache a Query for the current request in Lucee.
6060

6161
How to add per-application caches via Application.cfc in Lucee.
6262

63+
## [Untitled](/docs/recipes/cfschedule-bulk-update.md)
64+
65+
How to update scheduled tasks in a single operation
66+
6367
## [Untitled](/docs/recipes/check-for-changes.md)
6468

6569
Automatically check for changes in your configuration file with Lucee.

docs/recipes/index.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,16 @@
206206
"Lucee"
207207
]
208208
},
209+
{
210+
"file": "cfschedule-bulk-update.md",
211+
"title": "Untitled",
212+
"path": "/docs/recipes/cfschedule-bulk-update.md",
213+
"hash": "136499059e6b96f67947f2c60433ecc3",
214+
"keywords": [
215+
"scheduled tasks",
216+
"config"
217+
]
218+
},
209219
{
210220
"file": "check-for-changes.md",
211221
"title": "Untitled",

0 commit comments

Comments
 (0)