Skip to content

responsa/taskiq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%