Closed salimane closed 12 years ago
how are these jobs being populated into the queue?
The payload is typically supposed to be a dictionary.
i'm using php-resque https://github.com/chrisboulton/php-resque to populate the queue. and yes they normally are dict but seems there was something wrong so the payload wasn't a dict
if this is still a problem, please report it at http://github.com/Pyres/resweb
In resweb/views.py line 228, 229
job['payload'] may not be a sequence type (List, string, tuple etc...) so a check could be made to avoid an application error . something like this :
Thanks