Hello Davis and Mariappan,
Thanks for both of the articles. I read all the guides I can find on internet and still couldn't figure out how to debug within VSCode when ruby code is run over a server generated with rake.
More specifically, we generate our server like this
bundle exec rake server
COUNT=5 QUEUE=* bundle exec rake resque:workers
and submit the jobs as follows so that the workers perform task posted.
Hello Davis and Mariappan,
Thanks for both of the articles. I read all the guides I can find on internet and still couldn't figure out how to debug within VSCode when ruby code is run over a server generated with rake.
More specifically, we generate our server like this
and submit the jobs as follows so that the workers perform task posted.
Actually I cannot even run the Rake example given in the example configurations page.
I would appreciate any help, pointer, direction!
Best,
halil