mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-18 23:19:57 +02:00
Rerange badgets
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
crono (0.0.1)
|
crono (0.5.0)
|
||||||
activejob (~> 4.0)
|
activejob (~> 4.0)
|
||||||
activesupport (~> 4.0)
|
activesupport (~> 4.0)
|
||||||
|
|
||||||
|
|||||||
16
README.md
16
README.md
@@ -1,11 +1,11 @@
|
|||||||
Crono — Job scheduler for Rails
|
Crono — Job scheduler for Rails
|
||||||
------------------------
|
------------------------
|
||||||
|
[](http://badge.fury.io/rb/crono)
|
||||||
[](https://gitter.im/plashchynski/crono?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[](https://travis-ci.org/plashchynski/
|
||||||
[](https://travis-ci.org/plashchynski/crono)
|
crono)
|
||||||
[](https://codeclimate.com/github/plashchynski/crono)
|
[](https://codeclimate.com/github/plashchynski/crono)
|
||||||
[](https://hakiri.io/github/plashchynski/crono/master)
|
[](https://hakiri.io/github/plashchynski/crono/master)
|
||||||
[](http://badge.fury.io/rb/crono)
|
[](https://gitter.im/plashchynski/crono?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
Crono is a time-based background job scheduler daemon (just like Cron) for Ruby on Rails. It's pure Ruby. It doesn't use Unix Cron and other platform-dependent things. So you can use it everywhere.
|
Crono is a time-based background job scheduler daemon (just like Cron) for Ruby on Rails. It's pure Ruby. It doesn't use Unix Cron and other platform-dependent things. So you can use it everywhere.
|
||||||
|
|
||||||
@@ -79,6 +79,14 @@ To run Crono daemon, in your Rails project root directory:
|
|||||||
|
|
||||||
bundle exec crono RAILS_ENV=development
|
bundle exec crono RAILS_ENV=development
|
||||||
|
|
||||||
|
crono usage:
|
||||||
|
```
|
||||||
|
Usage: crono [options]
|
||||||
|
-C, --cronotab PATH Path to cronotab file (Default: config/cronotab.rb)
|
||||||
|
-L, --logfile PATH Path to writable logfile (Default: log/crono.log)
|
||||||
|
-P, --pidfile PATH Path to pidfile (Default: tmp/pids/crono.pid)
|
||||||
|
-d, --[no-]daemonize Daemonize process (Default: false)
|
||||||
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user