cheatcode / joystick

A full-stack JavaScript framework for building stable, easy-to-maintain apps and websites.
https://cheatcode.co/joystick
Other
209 stars 11 forks source link

Convert dates for completedAt and failedAt on queues to use MongoDB TTL safe Date objects #360

Closed rglover closed 2 months ago

rglover commented 11 months ago

Without this, MongoDB's TTL indexes can't "see" the documents it needs to delete at the specified expiration date.

rglover commented 2 months ago

Done.