redistogo Questions

2

Solved

I'm trying to run rqscheduler with django-rq on Heroku with RedisToGo. I've implemented django-rq as described in their readme (https://github.com/ui/django-rq). I have a worker that starts an rqw...
Vibraphone asked 12/12, 2016 at 23:4

2

I am running client that is connecting to a redis db. The client is on a WiFi connection and will drop the connection at times. Unfortunately, when this happens, the program just keeps running with...
Deist asked 30/11, 2012 at 22:42

3

Solved

we are currently using Redis to Go with our Heroku-hosted Python application. We use Redis with python-rq purely as a task queue to provide for a delayed execution of some time-intense tasks. A ta...
Tijerina asked 21/1, 2014 at 22:54

3

Solved

I've been struggling for two days with getting sidekiq work on heroku production environment. I've read all the available documentation about similar issues, and still haven't been able to produce ...
Subtractive asked 23/9, 2014 at 23:59

1

Solved

I am using celerybeat on Heroku with RedisToGo Nano addon There is one web dyno and one worker dyno The celerybeat worker is set to perform a task every minute. The problem is: Whenever I deploy...
Enemy asked 27/2, 2014 at 13:32

2

Solved

Read through https://redistogo.com/documentation/introduction_to_redis?language=en but couldn't get it to work. redis-cli -h my-host -p 1234 -a mypassword What is my-host? How to see the datab...
Recollection asked 24/7, 2013 at 23:10

1

Solved

I recently signed up for Heroku's Redis To Go https://addons.heroku.com/redistogo. For now, I'm using the free Nano plan, which says: 5 MB Redis Instance 1 Database Non-persistent No Backups 10 C...
Enlarger asked 31/10, 2012 at 21:57

1

Solved

I'm trying to decide what size Redis To Go option to go for in heroku. Say that I want to keep about a million records in Redis for easy access. If each record is about 1-10kb in size, does this...
Colloidal asked 16/7, 2012 at 0:32

1

Solved

Is is possible for two apps on the same heroku account to access the same RedisToGo Server? We have two apps that both need web access but have very different structures. So they can't be dyno type...
Spinning asked 10/6, 2012 at 6:21
1

© 2022 - 2024 — McMap. All rights reserved.