branches with status:
Name Status Last Modified Last Commit
lp:~eskil/gearmand/gearmand 1 Development 2012-09-21 23:26:55 UTC
651. Fixes sqlite3 queue replay to not loo...

Author: <email address hidden>
Revision Date: 2012-09-21 23:09:29 UTC

Fixes sqlite3 queue replay to not loop.

The sqlite3 replay would call it's own insert on every row found,
this causes it to loop indefinitely if there's even 1 job in the queue.

This patch reintroduces the "old" add_fn argument by piggybacking
it with the server structure. Not sure that the intent was and how
the new C++ queues are supposed to handle this, so consider this a
patch, not The Right Solution.

11 of 1 result