Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F461227
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
Sat, May 17, 11:51 PM
Size
238 B
Mime Type
text/plain
Expires
Mon, May 19, 11:51 PM (21 h, 48 m)
Engine
blob
Format
Raw Data
Handle
220192
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