contribsys / faktory

Language-agnostic persistent background job server
https://contribsys.com/faktory/
Other
5.76k stars 229 forks source link

AWS REDIS connectivity issue #367

Closed rakeshkarnati1 closed 3 years ago

rakeshkarnati1 commented 3 years ago

Have you checked the changelogs to see if your issue has been fixed in a later version? Yes

We are planning to use AWS Redis instance for faktory. While configuring we are running into issue while connecting to redis instance.

Configuration: Engine Version Compatibility: 5.0.6 Redis instance and faktory are running in same availability zone Instance Size: m4.large

Please find logs below.

2021-06-14T21:32:59.833346469Z Faktory Enterprise 1.5.1 2021-06-14T21:32:59.833415748Z © 2021 Contributed Systems LLC. 2021-06-14T21:32:59.833431202Z I 2021-06-14T21:32:59.833Z Using Redis at redis-url-xxxxxxxxx:6379 2021-06-14T21:33:02.843787169Z E 2021-06-14T21:33:02.843Z Unable to boot the command server: cannot open redis database: read tcp 100.x.x.x:48206->172.x.x.x:6379: i/o timeout.

We were able to connect to AWS redis instance by disabling encryption_in_transit feature. Can we expect a fix for it in the future releases? If so, can you please provide ETA?

mperham commented 3 years ago

It’s sounds like you have IAM security or firewall issues. This issue is lower level than Faktory.