hibiken / asynqmon

Web UI for Asynq task queue
MIT License
605 stars 132 forks source link

Ability to search Task ID using substring #300

Open Rezwanul-Haque opened 1 year ago

Rezwanul-Haque commented 1 year ago

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?