stoneworksolutions / redongo

Gets stuff from a Redis queue and inserts it in Mongo
MIT License
6 stars 0 forks source link

Unexpected death #7

Open patxitalayuela opened 8 years ago

patxitalayuela commented 8 years ago
May  3 09:39:04 PID: 4544 redongo_server.py run ERROR Stopping redongo because unexpected exception: Traceback (most recent call last):
  File "redongo_server.py", line 166, in run
    obj_data = ser.loads(obj[1])
    ImportError: No module named django.db.models.base
May  3 09:39:04 PID: 4544 redongo_server.py run INFO Setting run_stopped to True
May  3 09:39:04 PID: 4544 redongo_server.py stopApp INFO Stopping app
May  3 09:39:04 PID: 4544 redongo_server.py sigtermHandler INFO Waiting for run_stopped
May  3 09:39:04 PID: 4544 redongo_server.py back_to_disk INFO Returning memory data to Disk Queue
May  3 09:39:04 PID: 4544 redongo_server.py back_to_disk INFO 106 objects returned to Disk Queue
May  3 09:39:04 PID: 4544 redongo_server.py sigtermHandler INFO Exiting program!
Deroky commented 8 years ago

Problem on save in client side, an object is being assigned to an *_id attribute

Deroky commented 8 years ago

Despite of that, it will be implemented that redongo doesn't die at that point if unexpected data found