Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

edited README #2

Merged
merged 1 commit into from
Nov 14, 2013
Merged

edited README #2

merged 1 commit into from
Nov 14, 2013

Conversation

brandonwoo
Copy link
Contributor

No description provided.

@@ -26,12 +27,13 @@ Observed has has a very small code-base (only a few hundred lines) which makes r
Observed's extensible design through plugins is inspired by other Ruby projects such as Fluentd. People familiar with other Ruby products should feel right at home with Observed. As of now it is a highly ambitious and experimental framework with big potential for growth and improvements.

Observed is (and its plugins should be) stateless.
This means that it should work in the same manner whether it is run as a daemon or a _oneshot_ application like
a regular cron job, as states should be stored outside of the application instance with regards to Observed.
This means that it should work in the same manner whether it is run as a daemon or a regular cron job, as states should be stored outside of the Observed application instance.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ググってみたところoneshotはそんなに標準的な言い方に思えなかったので、外したほうがいいかなと思いました

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oneshot applicationなどと書かなくても分かりやすいですね!

@coveralls
Copy link

Coverage Status

Coverage increased (+0.11%) when pulling 74d1a35 on brandonheato:edit_readme into ee71de6 on gree:master.

@@ -89,11 +91,13 @@ include Clockwork

the_dir = Pathname.new(File.dirname(__FILE__))

# The following two lines are specific to Observed's Clockwork support.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

こういう風に個別にコメント入れたほうがわかりやすいかと思います

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

具体性があってわかりやすいですね

@mumoshu
Copy link
Collaborator

mumoshu commented Nov 14, 2013

@brandonheato

I totally agree with the suggestions :)
Thank you again for the great work!

Regards,
Yusuke

mumoshu added a commit that referenced this pull request Nov 14, 2013
@mumoshu mumoshu merged commit e48d220 into gree:master Nov 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants