update README.md

This commit is contained in:
Dzmitry Plashchynski
2015-02-28 22:52:20 +02:00
parent cfe3057e57
commit 93bb3413c3

View File

@@ -1,4 +1,7 @@
Periodicity — Job scheduler for Rails
—————————————————————————————
# Under Construction
Periodicity — Job scheduler for Rails
------------------------
Periodicity is a background job scheduler (just like Unix cron) for Ruby on Rails, on top of the Active Job framework. You can specify a schedule for Active Job jobs and check execution using a web interface.
Under Construction