scientist-softserv / atla_digital_library

0 stars 0 forks source link

Increase WORKER_COUNT #346

Closed bkiahstroud closed 12 months ago

bkiahstroud commented 12 months ago

Follow up to:

Story

The WORKER_COUNT variable is unset in production, meaning only 1 is running at a time. This should be increased to help with speed.

Acceptance Criteria

Testing Instructions

  1. Login as an admin
  2. Navigate to Dashboard > Importers
  3. Run a valid importer
  4. Navigate to the delayed jobs dashboard (/delayed_job/overview)
  5. Verify that 5 jobs appear in the "Working Jobs" queue (may need to wait a minute or so for the jobs to spawn)
bkiahstroud commented 12 months ago

This change was made here.