Parent / Children Tasks #268
Labels
area:task-runner
Related to Nebula's Task Runner package
priority:low
Issues that are low priority don't need to be solved right away
type:enhancement
New feature or request
type:Future Feature
Something to be done in the future
Is your feature request related to a problem? Please describe.
Currently, when multiple tasks are running on the same site, the same variants of the same
product
&site
will monitor the same endpoints and are sending 3 requests / task to monitor data. This seems pretty taxing on proxies if you ask me, and seems a little wasteful.Describe the solution you'd like
Maybe we create a structure, where tasks monitoring the same site for the same product are split into 1 parent task and the rest children tasks of that parent task. This way, only the parent task would monitor the site for the product, and when found, propagate the data to the children tasks.
Describe alternatives you've considered
Dunno yet! Just thought of this.
The text was updated successfully, but these errors were encountered: