Open pihc opened 2 months ago
Task
doesn't have any opts
. What attributes are you looking for?
Task
doesn't have anyopts
. What attributes are you looking for?
I want to change this property to Opts. I want to be able to override the initially defined properties when making dynamic calls.
You can already pass in functional options to a task. As many as you want.
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I hope to use some attributes defined in the task within the EnqueueContext method. However, because the opts of the task are not accessible, it is inconvenient for me to use them.
Describe the solution you'd like A clear and concise description of what you want to happen.
Make the opts attribute of the task accessible.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.