Page MenuHomePhabricator

Deprecate using unix timestamp as expiry date in BagOStuff
Open, Needs TriagePublic

Description

Unix timestamp as expiry date is an obscure usecase and haven't seen such usage outside BagOStuff. It adds unnecessary complexity leading to bugs like T286260. We should just deprecate it. Possibly by adding a logging a warning to the check (the check checks if ttl is bigger than 10 years, we can log a warning when that's the case) and fix usages and then fully remove it.

Event Timeline