Skip to content
New issue

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

Wrong task stopped in terminate tcpdump func #29

Closed
orjanj opened this issue Jan 16, 2022 · 1 comment
Closed

Wrong task stopped in terminate tcpdump func #29

orjanj opened this issue Jan 16, 2022 · 1 comment
Assignees
Labels
bug Something isn't working component/workers Issues regarding the workers component language/shell priority/critical Priority critical. Highest priority.
Milestone

Comments

@orjanj
Copy link
Owner

orjanj commented Jan 16, 2022

Have added _ after the task name to identify the uniqueness of the task.
Earlier the $TASK_NAME might return multiple tasks (e.g. having 100 similar tasks, and _7 will match also _7{0-9}).

@orjanj orjanj added bug Something isn't working priority/critical Priority critical. Highest priority. language/shell component/workers Issues regarding the workers component labels Jan 16, 2022
@orjanj orjanj added this to the Scanners milestone Jan 16, 2022
@orjanj orjanj self-assigned this Jan 16, 2022
@orjanj
Copy link
Owner Author

orjanj commented Jan 16, 2022

FIxed by adding _ after the $TASK_NAME to identify the uniqueness of the task.

@orjanj orjanj closed this as completed Jan 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component/workers Issues regarding the workers component language/shell priority/critical Priority critical. Highest priority.
Projects
None yet
Development

No branches or pull requests

1 participant