Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ironium

Package Overview
Dependencies
Maintainers
2
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ironium - npm Package Versions

1
13

3.2.1

Diff

Changelog

Source

3.2.1

Solved the mysterious case of the undeleted job.

assaf
published 3.2.0 •

Changelog

Source

3.2.0

Synchronize multiple workers, so they only schedule each job once.

assaf
published 3.1.4 •

Changelog

Source

3.1.4

Fixed reservation timeout, should be 10 minutes, not 1 second.

assaf
published 3.1.3 •

Changelog

Source

3.1.3

Fixed back-off timeout, should be 10 minutes, not 1 minute.

assaf
published 3.1.2 •

Changelog

Source

3.1.2

Don't reserve and run a job after queue stopped; release with no delay.

assaf
published 3.1.1 •

Changelog

Source

3.1.1

Stop Bluebird from complaining about empty promises.

assaf
published 3.1.0 •

Changelog

Source

3.1.0

Scheduled jobs should throw, especially for runOnce.

assaf
published 3.0.1 •

Changelog

Source

3.0.1

Minor bug fix when running test suite, purgeQueues would fail to work correctly.

assaf
published 3.0.0 •

Changelog

Source

3.0.0

Ironium 3.x works with IronMQ v3 and can still run in development mode against Beanstalkd (no authentication).

Ironium 3.x requires Node 4.x or later.

Methods like queueJob, runOnce, etc that previously took a callback no longer accept a callback. Everything returns a promise.

Configuration has changed, so check the README again. You can now use iron.json as the configuration object, e.g:

const config = require('iron.json'); ironium.configure(config);

Debug messages have been split. Use DEBUG=ironium to see processing instructions, and DEBUG=ironium:* to see everything else reported.

To listen to processing errors, use ironium.onerror(callback).

To get the webhook URL of a queue, use ironium.webhookURL(queueName). This method returns a promise that resolves to the webhook URL.

The width argument to eachJob is gone (for now).

assaf
published 2.8.0 •

Changelog

Source

2.8.0

Upgraded to Bluebird 3.x. This may be a breaking update for some, see http://bluebirdjs.com/docs/new-in-bluebird-3.html#3.0.1-update

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc