You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-opening since we reverted #4702. Emails sent from Requests are not compatible with sidekiq. We need to refactor these emails to only use data that sidekiq can handle.
User story
While the default Rails queue seems to work, SideKiq would give us better visibility and potentially better reliability for jobs
Acceptance criteria
The application uses SideKiq for queues and can be deployed
Implementation notes, if any
The endpoint for /sidekiq will need some form of authentication to prevent unauthorized users from accessing the web frontend.
The text was updated successfully, but these errors were encountered: