Changelog
4.1.3
Ironium will honor BEANSTALKD_HOSTNAME
and BEANSTALKD_PORT
environment
variables if present.
Changelog
4.1.1
Failed jobs were not being returned to the queue with a delay when using IronMQ.
Changelog
4.1.0
Minimum interval for scheduled jobs is one minute. Ironium was never designed for short intervals; this change only makes that explicit.
Changelog
4.0.0
Added processing concurrency. By default, Ironium will run 10 concurrent jobs.
This can be configured via the concurrency
option.
Multiple jobs can be queued in a single API call: Queue#queueJobs(jobs)
.
Dropped support for callbacks and generator functions. Job handlers must return a promise now.