-
-
Notifications
You must be signed in to change notification settings - Fork 249
Closed
Labels
Description
Using in-memory cache and queue throws the following error constantly:
[21:35:27 ERR Caching.InMemoryCacheClient] Error trying to find expired cache items: The UTC time represented when the offset is applied must be between year 0 and 10,000. (Parameter 'offset')
System.ArgumentOutOfRangeException: The UTC time represented when the offset is applied must be between year 0 and 10,000. (Parameter 'offset')
at System.DateTimeOffset.ValidateDate(DateTime dateTime, TimeSpan offset)
at System.DateTimeOffset.op_Implicit(DateTime dateTime)
at Foundatio.Caching.InMemoryCacheClient.DoMaintenanceAsync() in /_/src/Foundatio/Caching/InMemoryCacheClient.cs:line 1056