We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If an invalid regex pattern is defined on slackwatch.exclude/include there is a silent crash/failure without notifying user
[2024-07-27T19:52:05Z INFO slackwatch::services::workloads] Exclude pattern: *tensor* thread 'tokio-runtime-worker' panicked at src/services/workloads.rs:128:48: called `Result::unwrap()` on an `Err` value: Syntax( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regex parse error: *tensor* ^ error: repetition operator missing expression ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ) update_workload
Should notify in the UI that regex patterns were invalid.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If an invalid regex pattern is defined on slackwatch.exclude/include there is a silent crash/failure without notifying user
Should notify in the UI that regex patterns were invalid.
The text was updated successfully, but these errors were encountered: