Background proccess in ruby script with heroku -


i want info twitter project, i'm using tweetstream gem, , works in code, need done background process in heroku script. i'm using event machine gem so, , works in computer, haven't been able make run on heroku on it's own.

i've read need use procfile , worker process, can't make work, on local works fine.

i'm new background process , working servers.

heroku dynos not support background processes in "free" or "hobbyist" tiers.

here heroku documentation on background jobs.

it costs $30 bucks month add on. there other implementation hurdles overcome local server vs. heroku background jobs. best starting point can give heroku not support background jobs default. have "scale worker dynos"


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -