Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
Update Readme (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomarti committed Oct 8, 2019
1 parent d3648ad commit badce4b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Removes the logic for enqueuing the workers on Cron, just keeps the web UI Admin and the funcionality for enqueuing the workers manually from the Admin.

This repository is a fork of https://github.com/ondrejbartas/sidekiq-cron where it overwrites the Poller class in charge of enqueuing the workers automatically;
it also overwrites the Launcher so it should not make any call to the Poller (https://github.com/1debit/sidekiq-cron-web-admin/tree/master/lib/sidekiq/cron).

## Installation

Add this line to your application's Gemfile:
Expand All @@ -18,6 +21,16 @@ Or install it yourself as:

$ gem install sidekiq-cron-web-admin

## Development

1. Clone this repository
2. Setup the .env file using the .env.example
3. Run `bundle`
4. Update the files at lib, and if needed to overwrite files from https://github.com/ondrejbartas/sidekiq-cron copy/paste the files into `lib/` and update them (see the examples https://github.com/1debit/sidekiq-cron-web-admin/tree/master/lib/sidekiq/cron)
5. Add tests using `test-unit` and run the tests: `bundle exec rake test`
6. Push the changes to the branch and create a PR


## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/1debit/sidekiq-cron-web-admin.
Expand Down
2 changes: 1 addition & 1 deletion lib/sidekiq/cron/web/admin/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Sidekiq
module Cron
module Web
module Admin
VERSION = '0.2.3'.freeze
VERSION = '0.2.4'.freeze
end
end
end
Expand Down

0 comments on commit badce4b

Please sign in to comment.