How to determine if jobs are running and debug job implementation code? #462
-
For some reason my job queue only goes so far as my
and saves the job on my redis db in a way that looks like this But I never see my Is this because the worker will not log to the console I am viewing? I kind of use this way to code as Im not keen on guessing how to loop through each record and run a twilio function
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I have since ran the worker functionality to create the server in a separate file with the code below and simply ran it as a go routine from the main() function from the main server application file. Seems to work.
|
Beta Was this translation helpful? Give feedback.
I have since ran the worker functionality to create the server in a separate file with the code below and simply ran it as a go routine from the main() function from the main server application file. Seems to work.