Downloads
Download tar.gz
14.35 KB
MD5: c5e2dbcb9bd3ce005878ff4d1c6d90b5
SHA-1: 234ffae05a078eec06fcf4ba93c12254e13f9d2a
SHA-256: 6884a2ed7c3f5011e18bc7d37661d3c0ada42f951b378e7412b0d0e6b5bc479b
Download zip
17.7 KB
MD5: 246330cc1df4ae97ffc6f2055dba2896
SHA-1: 0b848fbd5ed4e5d5ed556df38314360deb7c740f
SHA-256: 68a468d1df51f13186e85a90c16d544fac6b72a2bef2f414e2945b41669c2955
Release notes
A lot of work has going into getting beanstalkd ready for deployment on drupal.org to help with the migration to git.
Once git has been setup I will port all the changes to Drupal 7.x, as it will be much easier to move everything forward.
Changes since DRUPAL-6--1-0-BETA1:
- Copy back changes made on api.drupalecommerce.org to allow everything to work correctly
- Add in support for ctools_static();
- #1013144 by justinrandell, gordon: Added make it possible to configure the beanstalk backend per queue.
- Implement DrupalQueueInterface::release()
- add reserve_timeout default to the per queue configuration.
- Change BeanstalkdQueue::watch() to watch all queues listed and not just the ones that exist
- Add support for specifying host and port for runqueue.sh
- Fix up an issue with finding the command to execute
- Add the beanstalkd module directory to the search path for pheanstalk
- Update the README.txt to reflect the changes on where beanstalkd will search for pheanstalk
- Stop beanstalk from altering the name of the tubes, and allow the use of a prefix.
- Remove admin page and update documentation.
- Add in global settings for queues
- Add priority option so the priority can be set.
- Clean up some issues with runqueue.sh and the newer version of drupal_queue
- Add memory log entry to see how fast memory is increasing
- Add slurping method to forked processes so that it will process a heap more from the original items queue.