chrisboulton / php-resque-scheduler

An addon for php-resque that lets you queue jobs for execution some time in the future. Follows resque-scheduler.
MIT License
271 stars 129 forks source link

Added ResqueScheduler::VERSION constant #11

Closed danhunsaker closed 11 years ago

danhunsaker commented 11 years ago

This fixes the error thrown when trying to set the proctitle if the constant doesn't exist.

Signed-off-by: Daniel Hunsaker danhunsaker@gmail.com