Code review comment for lp:~sven-nierlein/gearmand/gearmand

Revision history for this message
Sven Nierlein (sven-nierlein) wrote :

I can't get this working:
when i start gearmand with either this:
-q libsqlite3 --libsqlite3-db=/tmp/gearmand.sqlite --libsqlite3-store-on-shutdown
then it stores all jobs in sqlite3, not only on shutdown. This is exactly what i wanted
to avoid.

When i start gearmand with:
--libsqlite3-db=/tmp/gearmand.sqlite --libsqlite3-store-on-shutdown
only, then nothing is stored, not even on shutdown.

Besides that, this adds a dependency to sqlite3 which wasn't necessary with my merge proposal.

« Back to merge proposal