Tadatoshi's Blog
Wednesday, December 16, 2009
Ruby on Rails: background job for uploading file
Quick note.
Running the work of uploading file in the background using
Delayed Job
doesn't work well because it has a problem with serializing the data into YAML::Object that it uses.
Workling
with
Spawn
works well.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment