mongoid - Best way to handle a lot of different background tasks in Rails -


we have run in background lot of different tasks, including:

  • video transcoding
  • video uploads s3
  • create objects in third-party apis
  • grab statistics third-party apis (every midnight)
  • [....]

i forecasting myself. however, friend of mine points me resque seems interesting minus overwork have redis running. have started delayed_job , sidekick, latter seems not active development.

this background tasks core business. guess it's important able debug , have detailled report failed tasks. so, don't mind spending lot of time on it. wondering if has confronted kind of issues , what's prefered path choose?

our current stack rails, mongoid, mongodb on dedicated ubuntu servers.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -