If a Job fails, we try to set a RetryCount JobParameter. At some point this overwrites all the other JobParameters (e.g. CurrentCulture and CurrentUICulture) because of the bug in SQLiteStorageConnection.SetJobParameter. Therefore, we get IvalidOperationException in SQLiteStorageConnection.GetJobParameter for RetryCount.
If a Job fails, we try to set a RetryCount JobParameter. At some point this overwrites all the other JobParameters (e.g. CurrentCulture and CurrentUICulture) because of the bug in
SQLiteStorageConnection.SetJobParameter
. Therefore, we get IvalidOperationException inSQLiteStorageConnection.GetJobParameter
for RetryCount.