Tagged Questions

0
votes
2answers
124 views

Monitoring a periodic task in Rails

I am using eFax to send faxes from my Rails 3.1 app and am wondering what the best way to monitor the status of each fax is. EFax allows you to post a request with an id to find its status and I ...