README.md in sidekiq_portal-0.1.0 vs README.md in sidekiq_portal-0.1.1
- old
+ new
@@ -1,7 +1,9 @@
# Sidekiq::Portal [![Gem Version](https://badge.fury.io/rb/sidekiq_portal.svg)](https://badge.fury.io/rb/sidekiq_portal) [![Build Status](https://travis-ci.org/0exp/sidekiq_portal.svg?branch=master)](https://travis-ci.org/0exp/sidekiq_portal)
+> hackaton slides: [link](https://github.com/0exp/sidekiq_portal/blob/master/docs/umbrellio_hackaton_v1.0.pdf)
+
**Sidekiq::Portal** - scheduled jobs runner for your test environments,
which execution process must occur during the `Timecop.travel(...)` operations according to the scheduler config.
Each job starts at the time it was supposed to start according to the scheduler plan -
the internal `Time.current` expression will give you exactly the scheduler-planned time.
@@ -51,10 +53,10 @@
```
## Configuration
- `default_timezone` (`UTC` by default) - global time zone for your jobs;
-- `retries_count` - recurring job simulation;
+- `retries_count` - Sidekiq's built-in retry mechanism simulation;
- `scheduler_config` - `sidekiq-scheduler`-based scheduler configuration;;
- `Sidekiq::Portal.reload!(&configuration)` - reload portal configurations;
In your `spec_helper.rb`: