rails_sidekiq_kill_worker_example

Description

This is a Rails application.
This is an example of implementation of an ActiveJob used with sidekiq that should be killed during execution.

Job implementation available on OperationRunJob code.

Getting Started

Prerequisites

  • Ruby installed
  • Rails gem installed

Installation

  1. Clone the repo with git clone

  2. Go to the project folder with cd rails_sidekiq_kill_worker_example

  3. Install dependencies with bundle install

  4. Create the database with rails db:create

  5. Run the migrations with rails db:migrate

  6. Run seed data with rails db:seed

Usage

  • Start the app with foreman start