Replies: 1 comment
-
Hi @Mastermjr - you should check out the proposal in #2891 (comment) |
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
-
Issue from discussion with @cicdw on slack
I'm using arangodb for storing different values of objects/actions within my tasks. In order to make my life easier, I want to create one instance to a DB wrapper to be shared across all tasks within a given flow like below:
This is not very fleshed out, but chris asked I start a discussion here. The reason I desire this is two fold:
I think theres an idea for resource management, which is nice, but I would still have to share a reference to the object as a parameter for all my task functions, which I don't want to do (which maybe I should just do anyway?).
My workaround for now will look like this, which is similar to above, but I like the modularity/code resuse that the above allows.
Beta Was this translation helpful? Give feedback.
All reactions