Skip to content

Perform AI completion Sidekiq jobs inline when on dev environment

Lesley Razzaghian requested to merge add_separate_sidekiq_handling_duo_dev into master

What does this MR do and why?

Duo Chat can appear to lag often in local development due to hanging Sidekiq jobs.

There has been a trick known about how to get around this, but many devs do not realize the trick and end up frustrated when trying to develop for Duo Chat.

This change causes the completion jobs to run synchronously on the development environment automatically.

MR acceptance checklist

Screenshots or screen recordings

N/A

How to set up and validate locally

N/A

Edited by Lesley Razzaghian

Merge request reports