mirror of
https://github.com/plashchynski/crono.git
synced 2026-07-09 06:15:08 +02:00
Update README.md
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
Crono — Job scheduler for Rails
|
Crono — Job scheduler for Rails
|
||||||
------------------------
|
------------------------
|
||||||
[](http://badge.fury.io/rb/crono)
|
[](http://badge.fury.io/rb/crono)Here's an example of a test job:
|
||||||
|
|
||||||
|
|
||||||
[](https://travis-ci.org/plashchynski/crono)
|
[](https://travis-ci.org/plashchynski/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)
|
||||||
@@ -49,7 +51,7 @@ Now you are ready to move forward to create a job and schedule it.
|
|||||||
|
|
||||||
Crono can use Active Job jobs from `app/jobs/`. The only requirements is that the `perform` method should take no arguments.
|
Crono can use Active Job jobs from `app/jobs/`. The only requirements is that the `perform` method should take no arguments.
|
||||||
|
|
||||||
Here's an example of a test job:
|
Here's an example of a job:
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
# app/jobs/test_job.rb
|
# app/jobs/test_job.rb
|
||||||
|
|||||||
Reference in New Issue
Block a user