Serverless with NodeJS and TencentCloud 2020(5)CRON and Settings
CRON
00 01,13 * * * every 1am and 1pm
The full configuration will be as follow:
service: orderinfo
provider:
name: tencent
region: ap-shanghai
runtime: Nodejs8.9
credentials: ~/.credentials.ini
stage: prod
memorySize: 128
timeout: 60
plugins:
- serverless-tencent-scf
package:
excludeDevDependencies: false
exclude:
- .gitignore
- .git/**
- .serverless
- .env
- app.js
- .DS_Stone
functions:
order-manager:
handler: handler.orderManager
description: Task Manager to Fetch Tasks
memorySize: 128
timeout: 60
events:
- timer:
name: cron_trigger
parameters:
cronExpression: '00 1 * * *'
enable: true
- apigw:
name: order-manager_apigw
parameters:
stageName: release
serviceId: service-mxgirfqn
httpMethod: GET
order-runner:
handler: handler.ordeRunner
description: Task Runner to Calculate
events:
- apigw:
name: order-runner_apigw
parameters:
stageName: release
serviceId: service-4qn5efd1
httpMethod: POST
References:
https://serverless.com/framework/docs/providers/tencent/guide/events/
https://serverless.com/framework/docs/providers/tencent/guide/intro/
https://stackoverflow.com/questions/13993556/execute-crontab-twice-daily-at-00h-and-1330
分享到:
相关推荐
无服务器Node.js项目框架 AWS Lambda上的Node.js无服务器项目的程序包... 使用以下命令克隆此存储库的主分支$ git clone --single-branch git@github.com:makenew/serverless-nodejs.git <new>$ cd (可选)使用$ gi
《Python库 TencentCloud SDK Python详解》 在Python的开发中,使用第三方库可以极大地提高我们的工作效率,TencentCloud SDK Python便是这样一个重要的工具。这个库专为Python开发者设计,旨在简化与腾讯云服务的...
Serverless Design Patterns and Best Practices: Build, secure, and deploy enterprise ready serverless applications with AWS to improve developer productivity
Serverless Web Applications with React and Firebase 英文epub 本资源转载自网络,如有侵权,请联系上传者或csdn删除 查看此书详细信息请在美国亚马逊官网搜索此书
serverless-nodejs-starter 具有Webpack,自定义域和单元测试支持的无服务器框架的Node.js入门 安装后,您可以在几分钟之内创建和部署具有最新ES6功能的功能,并加入棉绒和格式。 使用插件和 。 它支持: 处理...
amaysim /无服务器 包含NodeJS,Serverless Framework和Yarn的Docker映像。用法Docker运行命令 # running Serverless version 1.72.0$ docker run --rm amaysim/serverless:1.72.0 serverless --help在本地构建图像...
The benefits of cloud-hosted serverless web apps are undeniable: lower complexity, quicker time to market, and easier scalability than traditional, server-dependent designs. And thanks to JavaScript ...
Serverless Architectures with AWS begins with an introduction to the serverless model and helps you get started with AWS and AWS Lambda....serverless applications with and without Lambda.
paced journey through building real-time applications with Firebase features such as Cloud Storage, Cloud Function, Hosting and the Realtime Database. We will learn how to secure our application by ...
Serverless Application with Nodes.js 全英文 2019出版 Serverless Applications with Node.js walks you through building serverless apps on AWS using JavaScript. Inside, you’ll discover what Claudia.js ...
在本地运行API网关使用serverless offline start 支持单元测试运行npm test以运行测试 正确错误消息的源映射 错误消息显示正确的行号 使用CloudWatch进行生产 使用ESLint整理代码 为您的阶段添加环境变量 无需管理...
Serverless computing with Azure and .NET 英文azw3 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
《Python库 Tencentcloud-sdk-python-tsf 3.0.435详解》 在Python的开发环境中,Tencentcloud-sdk-python-tsf库扮演着至关重要的角色。它为开发者提供了与腾讯云TSF(Tencent Serverless Framework)进行交互的工具...
《Python库 Tencentcloud-sdk-python-tsw详解》 在IT领域,Python因其简洁、高效和丰富的库支持而备受青睐。本文将深入探讨一个特定的Python库——Tencentcloud-sdk-python-tsw,它是一个针对腾讯云服务的SDK,版本...
本文将深入探讨在PyPI官网上下载的`tencentcloud-sdk-python-scf-3.0.337.tar.gz`这一资源,该资源是腾讯云(Tencent Cloud)提供的Serverless Compute Function(简称SCF)的Python SDK,版本号为3.0.337。...