معرفی شرکت ها


ecsjobs-1.0.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A scheduled job wrapper for ECS, focused on email reporting and adding docker exec and local command abilities.
ویژگی مقدار
سیستم عامل -
نام فایل ecsjobs-1.0.0
نام ecsjobs
نسخه کتابخانه 1.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jason Antman
ایمیل نویسنده jason@jasonantman.com
آدرس صفحه اصلی https://github.com/jantman/ecsjobs
آدرس اینترنتی https://pypi.org/project/ecsjobs/
مجوز -
ecsjobs ======= .. image:: http://www.repostatus.org/badges/latest/active.svg :alt: Project Status: Active – The project has reached a stable, usable state and is being actively developed. :target: http://www.repostatus.org/#active * Documentation: `http://ecsjobs.readthedocs.io/en/latest/ <http://ecsjobs.readthedocs.io/en/latest/>`_ * Builds: `https://app.travis-ci.com/github/jantman/ecsjobs <https://app.travis-ci.com/github/jantman/ecsjobs>`_ A scheduled job wrapper for ECS, focused on email reporting and adding docker exec and local command abilities. This is a very, very esoteric project with a really niche use case. I've migrated my very small personal AWS infrastructure to a single t2.micro ECS instance. I'm also trying to migrate some of my personal stuff from my desktop computer to that instance. I need a way to run scheduled tasks and report on their success or failure, and maybe some output (I have a cron wrapper script that does this on my desktop). But my AWS spend is about $15/month and I don't want to go over that just because of a bunch of CloudWatch alarms. Also, sometimes the scheduled things I want to run are really ``docker exec`` into existing task containers. This is a Python project (distributed as an ECS-ready Docker image) that aims to handle running scheduled things and then sending an email report on their success or failure. The main shortcomings this intends to address are the lack of simple built-in failure monitoring for Scheduled ECS Tasks, the lack of a built-in way to execute a command in a running (ECS Service) container, and the lack of useful email reports. The generated email reports look like (this one for ``exampleconfig.yml``): .. image:: https://raw.githubusercontent.com/jantman/ecsjobs/master/docs/source/report.png :alt: screenshot of generated HTML email report


نیازمندی

مقدار نام
<2.0.0,>=1.0.0 boto3
==0.1.0 cronex
<3.0.0,>=2.0.0 docker
<3.0.0,>=2.0.0 jsonschema
>=3.0 PyYAML
<3.0.0,>=2.0.0 requests


نحوه نصب


نصب پکیج whl ecsjobs-1.0.0:

    pip install ecsjobs-1.0.0.whl


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

    pip install ecsjobs-1.0.0.tar.gz