historical-deadletter-processor

4.1.6 • Public • Published

historical-deadletter-processor

NPM version

const connectionToTable = "";
const operation = () => console.log("doing");

new RetryHistoricalProcessor(
  {
    connection: connectionToTable,
    processor: (context, message) => operation(...),
    app: "an app",
    job: "a job",
    daysRetrying: 1,
    concurrency: { callsToApi: 20 },
    logger: console.log
  },
).run().asCallback(context.done);

Readme

Keywords

none

Package Sidebar

Install

npm i historical-deadletter-processor

Weekly Downloads

40

Version

4.1.6

License

MIT

Unpacked Size

29.8 kB

Total Files

16

Last publish

Collaborators

  • gastonprieto18
  • juanmjacobs
  • dperezferrando
  • development-producteca