معرفی شرکت ها


community-1.0.0b1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

merge together wellness checks to unify your shit
ویژگی مقدار
سیستم عامل -
نام فایل community-1.0.0b1
نام community
نسخه کتابخانه 1.0.0b1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Ernest W. Durbin III
ایمیل نویسنده ewdurbin@gmail.com
آدرس صفحه اصلی https://github.com/ewdurbin/community
آدرس اینترنتی https://pypi.org/project/community/
مجوز MIT
community ========= merge together [wellness](https://github.com/warmwaffles/wellness) compatible checks to build a unified view of your conglomerated services Routes ------ - ``/health/status`` * returns as wellness does, but does not handle `DEGRADED` status - ``/health/details`` * returns a wellness like `status`, `services`, `details` hash with combined `services` and `details` dictionaries by `name` Configuraiton ------------- `community` accepts one and only one environment variable! - ``COMMUNITY_MEMBERS``: a ``|`` separated list of ``,`` separated (name, health url) pairs * example: ``core-api,https://core.example.com/health|user-api,https://user.example.com/health`` will produce approximately this output :: $ curl conglomo.example.com/health/status {"status":"HEALTHY"} $ curl conglomo.example.com/health/details { "status": "HEALTHY", "services": { "core-api": { "mysql": { "status": "HEALTHY", "details": {} } }, "user-api": { "database": { "status": "HEALTHY", "details": {} }, "sidekiq": { "status": "HEALTHY", "details": { "busy": 0, "default_latency": 104502.181265831, "enqueued": 290, "failed": 6045, "processed": 10982, "redis": { "connected_clients": "158", "uptime_in_days": "224", "used_memory_human": "4.19M", "used_memory_peak_human": "8.14M" }, "retries": 3, "scheduled": 0 } } } }, "details": { "core-api": { "git": { "revision": "deadbeef" } }, "user-api": { "git": { "revision": "deadbeef" } } } }


نحوه نصب


نصب پکیج whl community-1.0.0b1:

    pip install community-1.0.0b1.whl


نصب پکیج tar.gz community-1.0.0b1:

    pip install community-1.0.0b1.tar.gz