Netflix-Skunkworks / Scumblr

Web framework that allows performing periodic syncs of data sources and performing analysis on the identified results
Apache License 2.0
2.64k stars 318 forks source link

Running task with torify #242

Open mxm0z opened 6 years ago

mxm0z commented 6 years ago

Hi, I've been needing to run a specific task through the tor network so I immediately remembered torify. So I was wondering where is the task's triggers and where I should place the torify command to do so. Of course, if there's a smarter solution (and I'm sure there is), let me know.

sbehrens commented 6 years ago

I'm not too familiar with the project but if it's an OS level change to connect to Tor, I wouldn't think you'd need to make any code changes. The tasks launch within Sidekiq, so I'd check out if there are any examples of using Tor with Sidekiq.