How to control execution order of plugins (e.g. SchedulerPlugin, WorkerPlugin) #8485
Replies: 2 comments 5 replies
-
@fangzhouxie: Generally, there is currently no good way to guarantee ordering between plugins. I'd be interested to hear more about your use case. What exactly are your ordering requirements here? |
Beta Was this translation helpful? Give feedback.
5 replies
-
Closed this discussion as an issue has been raised in #8486 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I have a use case where the execution order of plugins matters. More specifically, I want
distributed.diagnostics.plugin.PipInstall
to be executed first. Does anyone know what's the best way to achieve this?Currently I start/setup plugins manually in a wrapper plugin in order to control execution order but this is not ideal and does not work for all cases. So I'm wondering if there's a proper way to control execution order of plugins.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions