Dynamically listen for harvest events #111
Labels
area:frontend
Related to Nebula's Frontend Electron app
priority:low
Issues that are low priority don't need to be solved right away
status:invalid
This doesn't seem right
type:tech-debt
Issues related to adjusting underlying implementation details without affecting the end product
Is your feature request related to a problem? Please describe.
With #104 merging, we always listen when to start/stop harvesting captchas. This means that the listener gets attached event when the user never starts a task.
Describe the solution you'd like
Determine if there is a way to store when at least one task is running, then start/stop listening to the harvest events based on that instead of always listening.
Additional context
Relevant comment in source code
The text was updated successfully, but these errors were encountered: