Hi there,
on friday we made an upgrade to the latest 12’ release. Since this we have some problems with merge requests and still running background migration tasks. There are still 14 migration tasks in the background running and some interesting info logs in the sidekiq log like this:
{
“severity”: “INFO”,
“time”: “2020-06-23T08:41:56.627Z”,
“class”: “BackgroundMigrationWorker”,
“retry”: 3,
“queue”: “background_migration”,
“jid”: “663f2d3b3cc4885ae061dbd5”,
“created_at”: “2020-06-23T08:39:52.996Z”,
“meta.caller_id”: “ResetMergeStatus”,
“correlation_id”: “c38bc45205f18102802792849889f9f9”,
“enqueued_at”: “2020-06-23T08:41:56.626Z”,
“failed_at”: “2020-06-23T08:41:14.780Z”,
“retry_count”: 0,
“pid”: 1039,
“message”: “BackgroundMigrationWorker JID-663f2d3b3cc4885ae061dbd5: start”,
“job_status”: “start”,
“scheduling_latency_s”: 0
}
Now i’m curious about how long the last 14 migration tasks will take to finish and, as the case may be, there are any effects on new merge reuquests or not. Any information about this things?
Many thanks and best regards
Wolfgang