Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1969768
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
Sun, May 17, 10:46 AM
Size
238 B
Mime Type
text/plain
Expires
Tue, May 19, 10:46 AM (1 d, 9 h)
Engine
blob
Format
Raw Data
Handle
377327
Attached To
rWEBDNS WebDNS (edet4)
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