The Doctor

Results 345 comments of The Doctor

I don't know what happened here, but the contents of my `schema_migrations` table got wiped out. After consulting with @knu I reconstructed the table manually: In the `db/migrate/` directory are...

It could be. Which job workers (threaded or delayed_job) are you using, and how many? Is the job scheduler healthy?

Okay, that sounds like the multiprocess Docker image. Upping the size of the connection pool makes sense. It is not necessarily accurate to say that the workers can be overwhelmed,...

[Pirate Weather](https://pirateweather.net/) has an APi designed to be a drop-in replacement for the Darksky API. API keys are free. Maybe this would be a useful stopgap?

@cantino I haven't yet. I've been using the NWS API for a while and haven't migrated over yet.

> I should have said "virtual machine" rather than "server". It's not just virtual machines. I started seeing this on my physical servers a couple of days ago.

``` sudo sysctl net.ipv4.ip_forward=1 sudo iptables -t nat -A POSTROUTING -j MASQUERADE sudo ifconfig enp0s20f0u1i1 10.0.0.1 netmask 255.255.255.0 up sudo route add -net 10.0.0.0 netmask 255.255.255.0 dev enp0s20f0u1i1 ```

@Morpheus636 The device trying to connect to it.

I just ran into this particular issue (in the context of being unable to upgrade Part-DB-server when using SQLite) and found a workable, straightforward, but somewhat annoying solution. What I...

Imports don't work.