Kyle Renfrow
Kyle Renfrow
I've done some testing and confirmed ETA doesn't work (and presumably other user provided params). ETA was moved to the headers in task protocol 2, so an array_merge of the...
A test needs written to verify ETA support works. It's not currently working in the celery4 branch.
I've been relying on --add-defaults to handle adding columns with not null constraints. It'll set a default value, then drop it later after setting the NOT NULL. This works fine,...
@nicktacular I was curious if you've done any testing on mongodb 3.0 using the new wiredtiger storage engine? I plan to do the drop-in upgrade from 2.6 to 3.0 on...
@nicktacular do you have any objections to modifying the basic logging output to be delmiter-based -- or structured consistently in some way so it's parse-able? I'd like to import my...
So I have a simple replicaSet -- the typical/minimal 3-node (2 nodes + arbiter). I am getting fatal errors for 15-30 seconds after updates/manual failovers, I assume during the election/reelection...
I'm creating this issue as a spin-off from #9 which was concerning abandoned session locks ending up in sessions_lock. It was confirmed this is occurring when a PHP ends fatally...
If #14 ends up a no-go, I was thinking it might be interesting to add a read-only mode which would allow applications to access locked sessions, but prevent writes. For...