Jumpstart docs logo Back to the app

Background Workers

Jumpstart Pro makes adding background workers easy.

Choosing Your Background Workers

The Jumpstart Pro config admin lets you select your preferred tool for processing background jobs.

Active Job

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.

Sidekiq

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.