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
# fly.tomlappconfigurationfilegeneratedforfluent-redison2024-10-12T13:54:52+02:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app='fluent-redis'primary_region='lhr'[build]image='flyio/redis:6.2.6'[[mounts]]source='redis_server'destination='/data'[[services]]protocol='tcp'internal_port=6379ports=[][[vm]]size='shared-cpu-1x'[[metrics]]port=9091path='/metrics'
I'm putting the following url in my main app:
redis://default:****@fluent-redis.internal:6379?family=6 as REDIS_URL
And I get these logs in my app on startup:
2024-10-12T12:22:30.767 app[d8dd673fed7d38] lhr [info] [fluent-backend] 323 2024-10-12 12:22:30.767 LOG [RedisModule] default: the connection was successfully established +0ms
From the import { RedisModule } from "@liaoliaots/nestjs-redis";
RedisModule.forRoot({readyLog: true,config: {url: process.env.REDIS_URL,},}),```But when actually trying to queue something with bull, I get the ```ts2024-10-12T12:25:40.950app[287175df06e218]lhr[info][fluent-backend]3232024-10-1212:25:40.942ERROR[ExceptionsHandler]Reachedthemaxretriesperrequestlimit(whichis20).Referto"maxRetriesPerRequest"optionfordetails
Thanks in advance for your help
The text was updated successfully, but these errors were encountered:
flazouh
changed the title
2024-10-12T12:25:40.950 app[287175df06e218] lhr [info] [fluent-backend] 323 2024-10-12 12:25:40.942 ERROR [ExceptionsHandler] Reached the max retries per request limit (which is 20). Refer to "maxRetriesPerRequest" option for details my fly app to my redis fly app
ERROR [ExceptionsHandler] Reached the max retries per request limit (which is 20).
Oct 12, 2024
Hi, I'm getting:
I'm putting the following url in my main app:
redis://default:****@fluent-redis.internal:6379?family=6
as REDIS_URLAnd I get these logs in my app on startup:
2024-10-12T12:22:30.767 app[d8dd673fed7d38] lhr [info] [fluent-backend] 323 2024-10-12 12:22:30.767 LOG [RedisModule] default: the connection was successfully established +0ms
From the
import { RedisModule } from "@liaoliaots/nestjs-redis";
Thanks in advance for your help
The text was updated successfully, but these errors were encountered: