Replies: 1 comment
-
|
Hey @vaccarium. Unfortunately, no. Each job runs in a different thread, so it creates a new environment. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks,
Can I create long-lived, stateful objects in the job runner? As an example, I'd like to create a DB connection, keep it alive and reuse it across multiple tasks.
Beta Was this translation helpful? Give feedback.
All reactions