Is there a way to pass command line args to node process while lanuching child process for a job #2241
Unanswered
stephensebastin
asked this question in
Q&A
Replies: 1 comment
-
@manast Can you please answer this? |
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
-
I need to pass command line arguments or params which should come in process params while loading environment for a child process which will be launched by bull to process a job.
is it possible ? if yes is there any way to do?
I can identify the child process is launched for bull usings process.args which contains /bull/lib/process , Similarly i want to pass some custom param to node process.
Beta Was this translation helpful? Give feedback.
All reactions