[HN Gopher] RQ - Simple Job Queues for Python
       ___________________________________________________________________
        
       RQ - Simple Job Queues for Python
        
       Author : gilad
       Score  : 25 points
       Date   : 2020-01-02 22:23 UTC (36 minutes ago)
        
 (HTM) web link (github.com)
 (TXT) w3m dump (github.com)
        
       | sleavey wrote:
       | I've not much to say other than that this is a great little
       | library! I used RQ for a small project recently and found it to
       | be pretty easy to use. As my project grew bigger I also found it
       | contained extra features I didn't realise I'd need when I
       | started.
        
         | remlov wrote:
         | RQ scales surprisingly well and for certain types of projects
         | is a nice lightweight alternative compared to more complicated
         | job queues such as Celery.
        
           | sleavey wrote:
           | Yeah when I was looking at queues I was put off by Celery
           | since somewhere in its docs or a tutorial high up in the
           | Google results it was suggested to use both redis and
           | RabbitMQ as some sort of brokers/results stores rather than
           | just one of those to handle both. I'm sure there were good
           | reasons for that, but I was looking for something simple and
           | not to learn multiple new technologies so in terms of
           | simplicity RQ (which uses redis for everything) is pretty
           | hard to beat.
        
       | nerdbaggy wrote:
       | I am a big fan of RQ along with Huey
       | (https://github.com/coleifer/huey)
        
         | infecto wrote:
         | Was about to say the same. I love Huey.
        
       ___________________________________________________________________
       (page generated 2020-01-02 23:00 UTC)