delayed_job
Articles on delayed_job
-
Processing previously uploaded files with paperclip
It seems that the most popular use of paperclip is to upload and process images. However it is also very useful to handle data files. I am currently using paperclip to upload data files and process them later in a background task using delayed_job since the files are quite big and proccessing them takes several minutes.