Downloads
Download tar.gz
8.45 KB
MD5: 52c87ae3cc88ad6946bd7bf5ff94a987
SHA-1: 705cb9f07ee3348873d40b8f8419b1560ee48c96
SHA-256: 58d9085537cd8da6d7174ed934485fd5d1ab313145b007c84eb6c07b7a1bd57d
Download zip
9.2 KB
MD5: 2279a72f70733314f0ac13aabeaebd51
SHA-1: 6fa84b44d0d64f538efcd696a683138e4e352fb3
SHA-256: 1d76823347baa7b7409e2f28a0a736bc1c6e4b8346b614891a938e8f58d91bf6
Release notes
*Job prioritization* by function. Implementing hook_job_queue_functions() provides your function with a human-readable name and opportunity to prioritize.
*De-duping*. A new argument to job_queue_add() prevents duplicate jobs from being added, off by default.
Bug fix, empty-filed jobs work again.