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
This might become a problem in the future and from our MediaFlux trainings we think when we hit that wall we might need to switch to use MF background jobs (whatever they are called)
We got a
Mediaflux::SessionExpired
exception as part of theFileInventoryJob#perform
More details in HoneyBadger https://app.honeybadger.io/projects/113559/faults/115552704
In this case, this was a job that Sidekiq kept retrying because of a SQL connection issue (see details here #1263) and we have a fix for it.
Matt started the original job about 10 AM and eventually at 4 PM his session expired and this exception was raised. Not a big deal.
However, it does raise the question of what will happen if a legitimate job does take 6 hrs (or whatever time frame our sessions are valid)?
The text was updated successfully, but these errors were encountered: