This release adds the oft-requested SIGNAL_ENQUEUED
. This signal, of necessity, runs in the calling process, since tasks are enqueued by the application typically. The exception is tasks that are enqueued for retry by the consumer or tasks (including periodic tasks) enqueued by the scheduler. Use care when implementing this signal.
- Add support for a new
SIGNAL_ENQUEUED
. - Use
FOR UPDATE SKIP LOCKED
when supported by the database in thesql_huey
storage engine.