Skip to content

Instantly share code, notes, and snippets.

@lusis
Created March 18, 2011 03:20
Show Gist options
  • Save lusis/875564 to your computer and use it in GitHub Desktop.
Save lusis/875564 to your computer and use it in GitHub Desktop.
Refactored out spurious Base64 encode/decode and ripped out EM.channel pipeline

#Watcher Log

I, [2011-03-17T23:15:58.767068 #654]  INFO -- : http: Worker initiated
D, [2011-03-17T23:15:58.767185 #654] DEBUG -- : http: got event - //noah/application/rundeck_test_app
D, [2011-03-17T23:15:58.904405 #654] DEBUG -- : http: Found 6001 possible matches for //noah/application/rundeck_test_app
I, [2011-03-17T23:15:58.904619 #654]  INFO -- : http: Sending message to (http://localhost:4567/ep679) for pattern (//noah/application/rundeck_test_app)
I, [2011-03-17T23:15:58.905157 #654]  INFO -- : dummy: Worker initiated
D, [2011-03-17T23:15:58.905223 #654] DEBUG -- : dummy: got event -  //noah/application/rundeck_test_app
D, [2011-03-17T23:15:59.024042 #654] DEBUG -- : dummy: Found 6001 possible matches for //noah/application/rundeck_test_app
I, [2011-03-17T23:15:59.024338 #654]  INFO -- : http: Sending message to (http://localhost:4567/ep680) for pattern (//noah/application/rundeck_test_app)
........................................
I, [2011-03-17T23:16:06.827208 #654]  INFO -- : http: Message posted to http://localhost:4567/ep4601 successfully
I, [2011-03-17T23:16:06.827465 #654]  INFO -- : http: Message posted to http://localhost:4567/ep5331 successfully
I, [2011-03-17T23:16:06.827714 #654]  INFO -- : http: Message posted to http://localhost:4567/ep4602 successfully

Runtime: 7 seconds

Sinatra Access Log (Last lines)


127.0.0.1 - - [17/Mar/2011 23:16:06] "POST /ep5331 HTTP/1.1" 200 - 0.0003
127.0.0.1 - - [17/Mar/2011 23:16:06] "POST /ep4602 HTTP/1.1" 200 - 0.0003
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment