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
As we continue to do large ingests, we will periodically need to restart sidekiq to clear out any stalled jobs. Ideally this would be an on-demand option and not something that runs on an automated schedule, because I will be running ingests every day.
Our current manual process is to use the Sidekiq UI to Stop All. Then wait for an undetermined period while the stop/clearing processes occurs, and restart sidekiq.
One option would be to create an AWX job like we have built for Curate that would focus on restarting sidekiq.
The text was updated successfully, but these errors were encountered:
As we continue to do large ingests, we will periodically need to restart sidekiq to clear out any stalled jobs. Ideally this would be an on-demand option and not something that runs on an automated schedule, because I will be running ingests every day.
Our current manual process is to use the Sidekiq UI to Stop All. Then wait for an undetermined period while the stop/clearing processes occurs, and restart sidekiq.
One option would be to create an AWX job like we have built for Curate that would focus on restarting sidekiq.
The text was updated successfully, but these errors were encountered: