Closed sensiblearts closed 5 years ago
I realized that my use cases don't really need the power of Rihanna, or even persistence, so I just switched to Que. The interface is almost exactly the same, so it took all of 3 minutes. I can switch back later if I need to.
Let me know if you would like any more info on this issue.
Windows 10 WSL (Ubuntu 16) Elixir 1.8, Phoenix 1.4 Postgres 9.6 (Google) Rihanna 1.3.1
Rihanna has been working fine in development; however, I am about to move to production, so I created a Postgres server at Google compute cloud, and installed
cloud_sql_proxy
on my laptop.Note: I am not yet doing a release build; rather, I am just compiling and running MIX_ENV=prod on my laptop while connecting to the remote Postgres at Google using
cloud_sql_proxy
.Cloud_sql_proxy works fine for almost everything:
However:
Reveals unhandled errors:
So, is Rihanna not handling it properly or am I not setting it up properly?
How would you like me to proceed. I am happy to fork this and work on it with a bit of direction.
Also interesting beam toughness: Despite these error messages pouring out, I can run the app fine and do CRUD -- I just cannot get a Rihanna job processed.
Thanks. David