CronjobService

Pushes a Notification to the DashboardApp to notify that a chronjob occured

Installation

Add this line to your application's Gemfile:

gem 'cronjob_service', git: "ssh://[email protected]:7999/ik/cronjobnotificationtodashboard.git"

And then execute:

$ bundle

Usage

CronjobService::Notifier.push("project_id", "cronjob_tilte")
CronjobService::Notifier.push("project_id", "cronjob_tilte", description: "My Description", foo: "bar")

Develop

rake console