Skip to content

InMemoryCacheClient error #430

@dviry

Description

@dviry

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions