<@ULVA73B9P> I want to use the Dask task_runner, i...
# ask-marvin
d
@Marvin I want to use the Dask task_runner, is there a way to check/confirm that I am in fact doing so and not using the default task runner?
m
🔧 Using:
search_prefect_3x_docs
📊 Tools used: •
explore_module_offerings
(2x) •
research_prefect_topic
(2x) •
search_prefect_3x_docs
(1x)
n
check from where?
👍 1
you can always
FlowRunContext.get()
and if its not
None
, access the task_runner obj off that
d
from within a flow run for example
ahh okok
I wasn't sure cause the log outputs were the same as when I just ran the default one