chat-bot/warmup/function.json

12 lines
193 B
JSON

{
"bindings": [
{
"name": "warmup",
"type": "timerTrigger",
"direction": "in",
"schedule": "0 */10 * * * *"
}
],
"scriptFile": "../dist/warmup/index.js"
}