Skip to content

Release 2632

Choose a tag to compare

@github-actions github-actions released this 22 Aug 13:28
87548d8

Trello card

Trello-638

Context

The analytics events can ramp up quickly when the website has a bit of traffic (as multiple can be issued per request). This has caused the jobs in the default queue adapter to back up; instead, we want to give the default queue priority.

The additional load of analytics events have occasionally overloaded the single job worker; increasing to two workers to account for the additional jobs.

Changes proposed in this pull request

  • Queue analytics events on a lower priority
  • Add second delayed job worker in production

Guidance to review