You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/config/initializers/girl_friday.rb

4 lines
131 B
Ruby

SNAPSHOT_QUEUE = GirlFriday::WorkQueue.new(:snapshot, :size => 3) do |asciicast_id|
SnapshotWorker.new.perform(asciicast_id)
end