Eric Mills

Results 25 comments of Eric Mills

I have since started fresh, but I saved the image. I was also on a $5 digitalocean box. The problem occurred for me as root and non-root.

Could really use this. Many companies enforce S3 policies across all buckets and without SSE on upload, you get "Access Denied" when attempting any upload.

Just throwing in my separate use case. I'm interested in having job completion emails (only some jobs) or even slack notifications on success/failure of the jobs. Haven't found a good...

You can use the rq-scheduler to do what you need? https://github.com/ui/django-rq#support-for-rq-scheduler https://github.com/ui/rq-scheduler

As far as the logs go, I'm getting: ``` c.a.p.gremlin.GremlinDataProvider : testing connection to :: 'my-db.xxxxxxxxxxxx.us-east-1.neptune.amazonaws.com' o.z.p.spring.web.advice.AdviceTrait : Internal Server Error java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.util.concurrent.TimeoutException: Timed out while waiting for...

Full log output: ``` arcadeanalytics-app_1 | 2019-02-19 16:26:17.683 INFO 1 --- [ XNIO-2 task-30] c.a.p.gremlin.GremlinDataProvider : testing connection to :: 'my-db.xxxxxxxxxx.us-east-1.neptune.amazonaws.com' arcadeanalytics-app_1 | 2019-02-19 16:26:18.146 ERROR 1 --- [ XNIO-2...

Ahh okay. I'm running locally while connected to my VPN (that gives access to the same VPC where Neptune lives). I just figured out that `nmap -Pn -p 8182 my-db.xxxxxxxxxxx.us-east-1.neptune.amazonaws.com`...

More playing around, let me know if this should be a different issue: So I decided to role this into an actually EC2 instance because I was going to need...

Where do you get the public key? This page's download link is broken for me: https://arcadeanalytics.com/usermanual/#how-to-integrate-with-your-database

Another day and deeper I go. I don't think I need the public key or ssh for my situation. I've gotten a success on testing the connection (I was mistakenly...