Jumpstart Pro makes adding background workers easy.
The Jumpstart Pro config admin lets you select your preferred tool for processing background jobs.
After selecting your background worker of choice and saving your config, Jumpstart Pro will add the gem and configure ActiveJob to use it as the default for all environments.
If Sidekiq is enabled, we automatically enable the Sidekiq Web UI, restrict it to only admin users and add links to it in the navigation.
Sidekiq requires Redis to operate. Ensure Redis is installed and properly configured in your setup before enabling Sidekiq.