smiggleworth / Quidjibo

A task worker library for .NET with an async pipeline.
Apache License 2.0
14 stars 5 forks source link

Allow publish with a specific expiration date #72

Closed johnallers closed 4 years ago

johnallers commented 4 years ago

Currently, when a command is published, it is added to the queue with a default expiration of 7 days by default and there is no way to adjust this. In some cases, we may need to override the default expiration (i.e. 20 minutes for a time sensitive operation). These changes allow a specific expiration date to be passed.