You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: