• v0.7.1 1597dac66e

    v0.7.1 Stable

    kerem released this 2022-05-06 15:50:51 +03:00 | 6 commits to master since this release

    📅 Originally published on GitHub: Fri, 06 May 2022 12:52:58 GMT
    🏷️ Git tag created: Fri, 06 May 2022 12:50:51 GMT

    This patch release fixes --redis-url flag to support redis-sentinel URL documented in https://pkg.go.dev/github.com/hibiken/asynq#ParseRedisURI.

    Downloads
  • v0.7.0 9ef529e8c5

    v0.7.0 Stable

    kerem released this 2022-04-12 03:49:50 +03:00 | 13 commits to master since this release

    📅 Originally published on GitHub: Tue, 12 Apr 2022 00:51:54 GMT
    🏷️ Git tag created: Tue, 12 Apr 2022 00:49:50 GMT

    Version 0.7 added support for Task Aggregation feature.

    Downloads
  • v0.6.1 6ec87cd434

    v0.6.1 Stable

    kerem released this 2022-03-17 16:16:07 +03:00 | 50 commits to master since this release

    📅 Originally published on GitHub: Thu, 17 Mar 2022 13:17:31 GMT
    🏷️ Git tag created: Thu, 17 Mar 2022 13:16:07 GMT

    Fixed

    • (ui): Show metrics link in sidebar when --prometheus-addr flag is provided
    Downloads
  • v0.6.0 fc7b4a10bf

    v0.6.0 Stable

    kerem released this 2022-03-02 17:36:30 +03:00 | 53 commits to master since this release

    📅 Originally published on GitHub: Wed, 02 Mar 2022 14:38:23 GMT
    🏷️ Git tag created: Wed, 02 Mar 2022 14:36:30 GMT

    This version includes a few improvements and a fix.

    Added

    • (cmd): Added --read-only flag to specify read-only mode
    • (pkg): Added Options.ReadOnly to restrict user to view-only mode
    • (ui): Hide action buttons in read-only mode
    • (ui): Display queue latency in dashboard page and queue detail page.
    • (ui): Added copy-to-clipboard button for task ID in tasks list-view page.
    • (ui): Use logo image in the appbar (thank you @koddr!)

    Fixed

    • (ui): Pagination in ActiveTasks table is fixed
    Downloads
  • v0.5.0 68e1ce4ee7

    v0.5.0 Stable

    kerem released this 2021-12-20 03:26:45 +03:00 | 78 commits to master since this release

    📅 Originally published on GitHub: Mon, 20 Dec 2021 00:33:22 GMT
    🏷️ Git tag created: Mon, 20 Dec 2021 00:26:45 GMT

    Version 0.5 added support for Prometheus integration.

    Added

    • (cmd): Added --enable-metrics-exporter option to export queue metrics.
    • (cmd): Added --prometheus-addr to enable metrics view in Web UI.
    • (pkg): Added Options.PrometheusAddress to enable metrics view in Web UI.
    Downloads