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
Post a Comment