mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 17:45:50 +03:00
[GH-ISSUE #300] Ability to search Task ID using substring #80
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#80
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Rezwanul-Haque on GitHub (Apr 11, 2023).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/300
In the Web UI, Searching using task ID is possible, but the search field don't allow any substring.
For example, I've a task ID like below
cb_13_whatever-1-2_1681119099
Now I need to search task using whatever-1-2.
Is it possible to do that in the current version?