sidekiqctl
Simple, efficient background processing for Ruby
Install
- All systems
-
curl cmd.cat/sidekiqctl.sh
- Debian
-
apt-get install ruby-sidekiq
- Ubuntu
-
apt-get install ruby-sidekiq
- Arch Linux
-
pacman -S gitlab
- Kali Linux
-
apt-get install ruby-sidekiq
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ruby-sidekiq
- Raspbian
-
apt-get install ruby-sidekiq
- Dockerfile
- dockerfile.run/sidekiqctl
ruby-sidekiq
Simple, efficient background processing for Ruby
Sidekiq uses threads to handle many jobs at the same time in the same process. It does not require Rails but will integrate tightly with Rails 3/4 to make background processing dead simple. Sidekiq is compatible with Resque. It uses the exact same message format as Resque so it can integrate into an existing Resque processing farm. You can have Sidekiq and Resque run side-by-side at the same time and use the Resque client to enqueue jobs in Redis to be processed by Sidekiq.
gitlab
git powered software platform to collaborate on code (non-omnibus)
gitlab provides web based interface to host source code and track issues. It allows anyone for fork a repository and send merge requests. Code review is possible using merge request workflow. Using groups and roles project access can be controlled. Unlike the official package from GitLab Inc., this package does not use omnibus.