1. 首页
  2. 数据库
  3. 其它
  4. pg boss:使用PostgreSQL像老板一样在Node.js中排队作业 源码

pg boss:使用PostgreSQL像老板一样在Node.js中排队作业 源码

上传者: 2021-02-08 22:49:30上传 ZIP文件 161.96KB 热度 6次
像老板一样使用PostgreSQL在Node.js中排队工作。 async function readme ( ) { const PgBoss = require ( 'pg-boss' ) ; const boss = new PgBoss ( 'postgres://user:pass@host/database' ) ; boss . on ( 'error' , error => console . error ( error ) ) ; await boss . start ( ) ; const queue = 'some-queue' ; let jo
用户评论