Sha256: c57ed4a8a20c7d838bb83a78eae218ff3221ab271ea1edfbd5b7c1f75b850fd8

Contents?: true

Size: 559 Bytes

Versions: 3

Compression:

Stored size: 559 Bytes

Contents

Work in progress do not use.

Install
#######
Use with [sheriff](http://github.com/dawanda/sheriff).

    sudo gem install deputy

Put sheriff url into `~/.deputy.yml`
    sheriff_url: http://sheriff.mydomain.com
    # Optional
    max_random_start_delay: 30
    timeout: 10

Add deputy to cron with deputy --install-cron (logs to /tmp/deputy.log)

Usage
#####

### Report something
    deputy Cronjob.ran
    deputy Cronjob.users_found 123
    Cron: xxx 2>&1 ; deputy Cron.success $?

### Run plugins by hand for debugging
    deputy --run-plugins --no-wait

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
deputy-0.1.50 Readme.md
deputy-0.1.49 Readme.md
deputy-0.1.48 Readme.md