Hi Nathan, I would vote for setting up DelayedJob/Sidekiq/... with your current app, and then using a tool like monit to monitor it. ActiveJob is just a framework that works with several "queueing backend", so you will have to set something up anyway.
Warm regards, Ignacio El 30-09-2015 a las 22:25, Stefan Haslinger escribió: > Hi Nathan, > > I am using Delayed Job for all the longer lasting tasks in Hobo > 2.1.1/4.0.13. But that is one extra component to set up and monitor on > the server. > Yes, I've been seing the delayed job crash, but only as long as I didn't > monitor it :-) . > > Nothing with Active Job here in production... > > Cheers, > Stefan > > -- > You received this message because you are subscribed to the Google > Groups "Hobo Users" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/hobousers. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
