Hello guys. I'm trying to run this same example on heroku, but it's not working. It looks like heroku works differently for working with background jobs and they provide an example with nodejs https://devcenter.heroku.com/articles/node-redis-workers and https://github.com/heroku-examples/ node-workers-example, but I can't transport this to nestjs and also using redis. Does anyone please have a solution or an example I can use? I scoured the web and found nothing. In the end, the application ends up giving this error "maxRetriesPerRequestError: Reached the max retries per request limit (which is 20). Refer to "maxRetriesPerRequest" option for details"
Hello guys. I'm trying to run this same example on heroku, but it's not working. It looks like heroku works differently for working with background jobs and they provide an example with nodejs https://devcenter.heroku.com/articles/node-redis-workers and https://github.com/heroku-examples/ node-workers-example, but I can't transport this to nestjs and also using redis. Does anyone please have a solution or an example I can use? I scoured the web and found nothing. In the end, the application ends up giving this error "maxRetriesPerRequestError: Reached the max retries per request limit (which is 20). Refer to "maxRetriesPerRequest" option for details"