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
With larger libraries, the readinessProbe will time out during a FixAudioData Migration
Example from logs:
[08:05:21] [INF] [1] Jellyfin.Server.Migrations.Routines.FixAudioData: Backfilling audio lyrics data to database.
[08:05:59] [INF] [1] Jellyfin.Server.Migrations.Routines.FixAudioData: Backfilled data for 5000 of 36184 audio records
[08:06:45] [INF] [1] Jellyfin.Server.Migrations.Routines.FixAudioData: Backfilled data for 10000 of 36184 audio records
[08:07:36] [INF] [1] Jellyfin.Server.Migrations.Routines.FixAudioData: Backfilled data for 15000 of 36184 audio records
[08:08:47] [INF] [1] Jellyfin.Server.Migrations.Routines.FixAudioData: Backfilled data for 20000 of 36184 audio records
[08:09:52] [INF] [1] Jellyfin.Server.Migrations.Routines.FixAudioData: Backfilled data for 25000 of 36184 audio records
[08:10:52] [INF] [1] Jellyfin.Server.Migrations.Routines.FixAudioData: Backfilled data for 30000 of 36184 audio records
[08:12:18] [INF] [1] Jellyfin.Server.Migrations.Routines.FixAudioData: Backfilled data for 35000 of 36184 audio records
[08:14:53] [INF] [1] Jellyfin.Server.Migrations.Routines.FixAudioData: Backfilled data for 36184 of 36184 audio records
[08:14:53] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Migration 'FixAudioData' applied successfully
It takes nearly 10 minutes for this library of 36184 to be processed. The Probes should be configurable to account for this and give the pod time to finish the Migration.
The text was updated successfully, but these errors were encountered:
With larger libraries, the readinessProbe will time out during a FixAudioData Migration
Example from logs:
It takes nearly 10 minutes for this library of 36184 to be processed. The Probes should be configurable to account for this and give the pod time to finish the Migration.
The text was updated successfully, but these errors were encountered: