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

[WIP] Add a bailador health-report page #275

Closed
wants to merge 5 commits into from
Closed

[WIP] Add a bailador health-report page #275

wants to merge 5 commits into from

Conversation

Emeric54
Copy link
Member

@Emeric54 Emeric54 commented Oct 4, 2017

See #219.

use Bailador;
require Bailador::Feature::Status;

baile;
$ curl http://127.0.0.1:3000/bailador
{
  "running": "ok",
  "mode": "production",
  "requests": 3
}%

META6.json Outdated
@@ -76,6 +76,7 @@
"Bailador::Sessions" : "lib/Bailador/Sessions.pm",
"Bailador::Sessions::Store" : "lib/Bailador/Sessions/Store.pm",
"Bailador::Sessions::Store::Memory" : "lib/Bailador/Sessions/Store/Memory.pm",
"Bailador::Status" : "lib/Bailador/Status.pm",
Copy link
Member

Choose a reason for hiding this comment

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

would you please move this file to Bailador/Feature/. I think that would be a good place for all "non core"/plugin-like features. ( Bailador/Gradual.pm might be better placed in Bailador/Feature as well. )

@JJ
Copy link
Contributor

JJ commented Dec 2, 2017

There are a number of conflicts here, including some name changes. Can you please update from upstream and submit again?

Copy link
Contributor

@JJ JJ left a comment

Choose a reason for hiding this comment

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

Is this needed?

@Emeric54 Emeric54 closed this Jan 28, 2018
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.

3 participants