Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F5130994
beanstalk.rb
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Aug 17, 1:27 PM
Size
238 B
Mime Type
text/plain
Expires
Wed, Aug 19, 1:27 PM (17 h, 56 m)
Engine
blob
Format
Raw Data
Handle
377327
Attached To
rARCHIVING archiving
beanstalk.rb
View Options
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
Log In to Comment