Skip to content
 
 

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

taskiq

taskiq allows you to run any rake task in the background using sidekiq.

Install

# Gemfile
gem 'taskiq', '0.1.1'


# Rakefile (at the end)
require 'tasks/taskiq' 

Usage

Add delay: to the start of any rake task e.g.

$ rake delay:db:seed

rake db:seed will now be run in the background as a sidekiq job

About

Run rake tasks with Sidekiq

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages