2011-07-18T08:11:01+00:00 app[web.1]: Started POST "/" for 87.197.x.x at 2011-07-18 01:11:01 -0700
2011-07-18T08:11:01+00:00 app[web.1]: Parameters: {"signed_request"=>"9HfO8AkU6A1gM6yMdJAZudMLRUhqKybX3nA0sN8pxrg.eyJhbGdvcml0aG0iOiJITUFDLVNIQTI1NiIsImV4cGlyZXMiOjEzMTA5ODMyMDAsImlzc3VlZF9hdCI6MTMxMDk3NjY2MCwib2F1dGhfdG9rZW4iOiIyMDYyMDk5ODI3NTY5Mjh8Mi5BUUFvdThkMmZSVTltRWpkLjM2MDAuMTMxMDk4MzIwMC4xLTEyMTMyMDg5MTF8dVRoeFd2YjEwR0dhQ2ozejVOOTNRLUtRZkpFIiwidXNlciI6eyJjb3VudHJ5Ijoic2siLCJsb2NhbGUiOiJza19TSyIsImFnZSI6eyJtaW4iOjIxfX0sInVzZXJfaWQiOiIxMjEzMA4OTExIn0"}
2011-07-18T08:11:02+00:00 app[web.1]: Started GET "/steps/one?postcard=3" for 87.197.x.x at 2011-07-18 01:11:02 -0700
2011-07-18T08:11:02+00:00 app[web.1]: Parameters: {"postcard"=>"3"}
2011-07-18T08:11:05+00:00 app[web.1]: Started POST "/steps/two" for 87.197.x.x at 2011-07-18 01:11:05 -0700
2011-07-18T08:11:05+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"tFPU8aodeEIfnVhfaDv+0Ap79vfQ+iHuk9x5Wj0Dqs=", "friend_search"=>"", "selected_friends"=>{"slot_1"=>"54781605", "slot_2"=>"54178619", "slot_3"=>"54087876", "slot_4"=>"121320891"}}
2011-07-18T08:11:10+00:00 app[web.1]: Started POST "/steps/three" for 87.197.x.x at 2011-07-18 01:11:10 -0700
2011-07-18T08:11:10+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"tFPU8aodeEIfnVhfaDv+0Aj79vfQ+iHuk9x5Wj0Dqs=", "contest"=>{"why_me_reason"=>"Lebo milujem more a slnko :-)", "email"=>"censored@gmail.com", "terms"=>"1"}}
2011-07-18T08:11:12+00:00 app[web.1]: Started POST "/steps/four" for 87.197.x.x at 2011-07-18 01:11:12 -0700
2011-07-18T08:11:12+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"tFPU8aodeEIfnVhfaDv+0Aj79vfQ+iHuk9x5Wj0Dqs=", "contest"=>{"why_me_reason"=>"Lebo milujem more a slnko :-)", "email"=>"censored@gmail.com", "terms"=>"1"}}
In this log, I censored email, ip, security tokens and photo ids and deleted static assets requests.
And this whole sequence repeats every minute or two. Sometimes with 10-20 minutes pauses. It ran today for about 3 hours and it generated ~60 cycles of this sequence. This is the first time I checked the logs on Heroku to see why is this app sending so many emails (it sends an email after step 4). I don't have logs from other "sessions of cycles", but from logs of sent emails, it looks like this happens like 3 days a week for several hours.
I checked the IP from logs and it looks like it's some router with RomPager. Right now, it's offline and at the time it went offline, requests stopped as well.
Do you guys have any idea what can it be? Why is this devise repeating this sequence of requests over and over again?