I have a rake task that polls an Amazon SQS queue indefinitely, which needs to be kept alive on a server. What would be the best solution for doing this? Any decent, maintained gems for daemonizing, that would be a good solution to this problem?
Any help would be greatly appreciated. Cheers :)