Python3 cron作业包装器,可以包装作业并实现更好的错误报告和命令超时。
项目描述
基本用法示例
##Will print out help $ cronwrap -h usage: cronwrap3 [-h] [-c CMD] [-e EMAILS] [-t TIME] [-v [VERBOSE]] A cron job wrapper that wraps jobs and enables better error reporting and command timeouts. optional arguments: -h, --help show this help message and exit -c CMD, --cmd CMD Run a command. Could be `cronwrap -c "ls -la"`. -e EMAILS, --emails EMAILS Email following users if the command crashes or exceeds timeout. Could be `cronwrap -e "johndoe@mail.com, marcy@mail.com"`. Uses system's `mail` to send emails. If no command (cmd) is set a test email is sent. -t TIME, --time TIME Set the maximum running time.If this time is passed an alert email will be sent.The command will keep running even if maximum running time is exceeded.The default is 1 hour `-t 1h`. Possible values include: `-t 2h`,`-t 2m`, `-t 30s`. -v [VERBOSE], --verbose [VERBOSE] Will send an email / print to stdout on successful run. ##Will send out a timeout alert to cron@my_domain.com: $ cronwrap -c "sleep 2" -t "1s" -e cron@my_domain.com ##Will send out an error alert to cron@my_domain.com: $ cronwrap -c "blah" -e cron@my_domain.com #Will not send any reports: $ cronwrap -c "ls" -e cron@my_domain.com #Will send a successful report to cron@my_domain.com: $ cronwrap -c "ls" -e cron@my_domain.com -v
项目详情
下载文件
下载适用于您平台的文件。如果您不确定要选择哪个,请了解更多关于 安装包 的信息。
源分发
cronwrap3-1.1.0.tar.gz (4.5 kB 查看散列值)
构建分发
cronwrap3-1.1.0-py3-none-any.whl (5.2 kB 查看散列值)
关闭
cronwrap3-1.1.0.tar.gz的散列值
算法 | 散列摘要 | |
---|---|---|
SHA256 | 6f2c3df90a27660bff4534976c80d7a5f7b56e81711607f09e39649362a84a09 |
|
MD5 | 63543536290adae9af6596866868dde3 |
|
BLAKE2b-256 | 857d33a8da8777ee053fb754c7b60f1f1234e2cf6beefffae02ae6b099c915de |
关闭
cronwrap3-1.1.0-py3-none-any.whl的哈希值
算法 | 散列摘要 | |
---|---|---|
SHA256 | 4ec3922dca56f30f98f076b042461c45ea0c0f51bb53265e7e68e0b1bd1870b6 |
|
MD5 | 5a7e428b85057268789bd69ae5deb3d2 |
|
BLAKE2b-256 | 5a1986a5072acf32dcc0302363505cb765fd29b6d881e6de5d4cff476a5c68a0 |