Asynq v0.8.0 Release Notes

Release Date: 2020-04-19 // about 4 years ago
  • 🔄 Changed

    • Background type is renamed to Server.
    • ⚡️ To upgrade from the previous version, Update NewBackground to NewServer and pass Config by value.
    • CLI is renamed to asynq.
    • ⬆️ To upgrade the CLI to the latest version run go get -u github.com/hibiken/tools/asynq
    • The ps command in CLI is renamed to servers
    • 0️⃣ Concurrency defaults to the number of CPUs when unset or set to a negative value.

    ➕ Added

    • ShutdownTimeout field is added to Config to speicfy timeout duration used during graceful shutdown.
    • 🆕 New Server type exposes Start, Stop, and Quiet as well as Run.