Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop using sidekiq #452

Closed
wants to merge 1 commit into from
Closed

Stop using sidekiq #452

wants to merge 1 commit into from

Conversation

jcoyne
Copy link
Contributor

@jcoyne jcoyne commented Apr 10, 2023

Because we never use it to run any jobs
Fixes #449

See log messages indicating we are just using the async adapter:

I, [2023-04-11T09:15:02.013819 #1507467]  INFO -- : [ActiveJob] [GarbageCollectJob] [16d7b9c3-c24b-4690-90e8-1c25d12adf89] Performing GarbageCollectJob (Job ID: 16d7b9c3-c24b-4690-90e8-1c25d12adf89) from Async(default) enqueued at
contentsearch@sul-contentsearch-prod-a:~/contentsearch/current$ bin/rails c -e p
Loading production environment (Rails 7.0.4.3)
3.1.0 :001 > Rails.application.config.active_job.queue_adapter
 => :async

@jcoyne jcoyne marked this pull request as ready for review April 10, 2023 20:07
Because we never use it to run any jobs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove sidekiq
1 participant