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

[Feature Request] Support Dynamic Stopping of Wildcard File Collection #860

Open
wtt40122 opened this issue Jul 5, 2024 · 0 comments
Open

Comments

@wtt40122
Copy link
Collaborator

wtt40122 commented Jul 5, 2024

Description

Our current file collection system lacks the ability to dynamically stop the collection process when using wildcards to specify file sets. This can lead to resource wastage or an inability to respond to user commands in a timely manner.

User Story

  • As a user, I want to be able to dynamically stop the file collection process based on real-time monitoring results to optimize resource usage and prevent unnecessary data processing.

Expected Feature

  1. Dynamic Stopping Capability: Support for dynamically stopping the file collection process during execution through commands or trigger conditions sent by the upper-layer application.
  2. Graceful Shutdown: The system should handle stop requests gracefully, ensuring data consistency and integrity.
  3. Configuration Flexibility: Provide APIs or configuration options that allow users to configure when and how to stop the collection.

Implementation Suggestions

  • Implement a stop signal listening mechanism that will gradually stop file collection when a stop command is received.
  • Ensure that during the stop process, the collected data is correctly saved and processed.
  • Provide documentation and examples on how to use the dynamic stop feature in different scenarios.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant