Dmitry Polyakovsky

Results 26 comments of Dmitry Polyakovsky

this could be a very useful feature to build a redundant scheduling system

That is fantastic news. Thank you @agronholm. Sorry to be a pest but any ETA on release date (even RC)?

this might get you what you need https://github.com/codez/delayed_cron_job. I used it before and it just ads a column to SQL table.

I usually solve these issues by putting no_timeout in my query

here are a few more ideas: - Better integration story for Redis / Cluster / Sentinels. - Integrate Sentinel support into Redis. Make it easier to do failovers w/o needing...

I am also for option3. I like the idea of official modules ( and user developed modules). But I think it's better to have separate releases for Valkey core vs...

Hi @cdale77 Yes, using Redish Hash cold be one solution but that would tie active_job_status to Redis (and what about gems like DelayedJob?) Using DB is a problem because writing...

Just want to say I understand and appreciate your maintenance of this library