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

Errors/Issues - Credis + Scheduling in Prod Envs #32

Closed SamHChowdhury closed 8 years ago

SamHChowdhury commented 8 years ago

Fixing issues with credis. Expecting string but getting array. Modified to return string.

In production environments, resque scheduler stops working due to issue with redis connection. This fixes the problem by resetting the connection.