Tommaso Barbugli

Results 95 comments of Tommaso Barbugli

long time ago we used to support something like this. we used a fallback storage (eg. pulling from a RDBS) and used special activities to mark feeds as trimmed (so...

Just for the record, Cassandra 1.2 and 2.0 branches are very mature, you can use that as storage for Stream-Framework without any issues. On Mon, Aug 10, 2015 at 4:39...

that's right, forgot about it. We should add this to the install documentation for Celery

@aruljothi it's not a good idea to have the `sync_table` in the worker_process_init callback function ;)

no idea how you implemented the semaphore but I guess that only make sure that one process or one server runs that code at the same time :) anyways you...

Hi, I think just changing the serialization_id wont work or at the very least it will break lots of things in feedly. The serialization_id (redis sorted set's score) are unique...

That sounds cool, perhaps you want to have a default score and make the rank parameter more explicit (right now is part of kwargs). That would make the integration of...

Hi, It would awesome to know if this experiment worked out, depending on the outcome and the changes required we could write some docs or include this in the package!...

yes you can build something very similar to what the article shows. My advise is to not do what the article suggest to do. If you are using stream-framework you...

@nkprince007 good spot! Feel free to make a PR for this :)