Asynq v0.6.1 Release Notes

Release Date: 2020-03-12 // about 4 years ago
  • ➕ Added

    • Client can optionally schedule task with asynq.Deadline(time) to specify deadline for task's context. Default is no deadline.
    • Logger option was added to config, which allows user to specify the logger used by the background instance.