Page MenuHomeGRNET

beanstalk.rb
No OneTemporary

File Metadata

Created
Sat, May 17, 11:51 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