Asynq v0.22.0 Release Notes

Release Date: 2022-02-19 // about 2 years ago
  • โž• Added

    • BaseContext is introduced in Config to specify callback hook to provide a base context from which Handler context is derived
    • ๐Ÿ‘ท IsOrphaned field is added to TaskInfo to describe a task left in active state with no worker processing it.

    ๐Ÿ”„ Changed

    • ๐Ÿ‘€ Server now recovers tasks with an expired lease. Recovered tasks are retried/archived with ErrLeaseExpired error.