teerace/web

django 1.3 support / points not updating

Closed this issue · 3 comments

django 1.3 support / points not updating

OK, so our problem is that some tasks (actually every second task) don't even hit the task queue, it's like they are ignored.

Problem never existed while using 1.2, so it's something wrong with 1.3 compatibility in celery or any other 3rd-party app.

We will manually update the scoring every couple of hours by manually firing two rank rebuild tasks until we find a fix/other workaround.

Okay, I "fixed" it locally, now waiting for Sushi to confirm it.

Fixed.