Page MenuHomeGRNET

beanstalk.rb
No OneTemporary

File Metadata

Created
Thu, Apr 24, 12:04 PM

beanstalk.rb

Beaneater.configure do |config|
config.default_put_ttr = 10.minutes
config.job_parser = ->(body) { ActiveSupport::JSON.decode(body).symbolize_keys! }
config.job_serializer = ->(body) { ActiveSupport::JSON.encode(body) }
end

Event Timeline