Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
handle unknown index types gracefully in iUtils
this updates parseTaskId in iUtils.coffee which uses a somwhat strict regular expression to parse a given task id and extract type, datasource, and time. this simply removes throwing the error and falls back to 'Unknown' for type leaving dataSource and dataTime alone. in case of a match failure, they would just default to undefined which isn't a blocker to render /indexing-service view.
- Loading branch information