Skip to content

Instantly share code, notes, and snippets.

@dyoder
Created September 4, 2012 20:20
Show Gist options
  • Save dyoder/3626007 to your computer and use it in GitHub Desktop.
Save dyoder/3626007 to your computer and use it in GitHub Desktop.
interactive shell output buffering ...
<3: start workers
- Starting (46105): workers.events
- Starting (46106): workers.config
- Starting (46108): workers.integrity
- Starting (46109): workers.analytics
- Starting (46110): workers.health
- workers.analytics is running.
- workers.health is running.
- workers.config is running.
- workers.events is running.
- workers.integrity is running.
[buffered output available - type 'dump' to see it]
<3*: dump workers
workers.analytics - CHECKING FOR TASKS
workers.health - CHECKING FOR TASKS
workers.config - CHECKING FOR TASKS
workers.events - CHECKING FOR TASKS
<3:
@flores
Copy link

flores commented Sep 4, 2012

a) <3 is your new prompt? Hot.

b) What's <3*? Non-0 exit?

@dyoder
Copy link
Author

dyoder commented Sep 4, 2012

yes <3 is the prompt. for everything that has a shell. :)

<3* just means output is buffered. we're experimenting with ways to handle lots of output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment