ruby - Reliable persisted sidekiq task -


i working on ruby application creates todos , meetings.

there reminders sent out respect each meeting or todo imagine.

we using sidekiq , nice use sidekiq create scheduled jobs in x number of days/hours etc.

my concern lose jobs if redis restarts.

am write in assuming if redis restarts, lose jobs , if so, there can done it?

if not sidekiq, else use?

there several ways of doing that, go through link http://redis.io/topics/persistence. snapshotting technique snapshots of dataset on disk.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -