Skip to content

Instantly share code, notes, and snippets.

View patriciojofre's full-sized avatar
🇨🇱

Pato Jofre patriciojofre

🇨🇱
View GitHub Profile
@chadwilken
chadwilken / async_reindex_status.rb
Created June 23, 2022 14:56
Searchkick Async Workflow
module Searchkick
class AsyncReindexStatus
include Redis::Objects
def id
'searchkick-async-reindex-status'
end
list :currently_reindexing
end