lemmy/docker
Riley a074564458
Federation async (#848)
* Asyncify more

* I guess these changed

* Clean PR a bit

* Convert more away from failure error

* config changes for testing federation

* It was DNS

So actix-web's client relies on TRust DNS Resolver to figure out
where to send data, but TRust DNS Resolver seems to not play nice
with docker, which expressed itself as not resolving the name to
an IP address _the first time_ when making a request. The fix was
literally to make the request again (which I limited to 3 times
total, and not exceeding the request timeout in total)

* Only retry for connecterror

Since TRust DNS Resolver was causing ConnectError::Timeout,
this change limits the retry to only this error, returning
immediately for any other error

* Use http sig norm 0.4.0-alpha for actix-web 3.0 support

* Blocking function, retry http requests

* cargo +nightly fmt

* Only create one pictrs dir

* Don't yarn build

* cargo +nightly fmt
2020-07-01 08:54:29 -04:00
..
dev Federation async (#848) 2020-07-01 08:54:29 -04:00
federation Federation async (#848) 2020-07-01 08:54:29 -04:00
federation-test Federation async (#848) 2020-07-01 08:54:29 -04:00
k8s update documentation, docker and ansible files 2019-12-27 17:28:46 +01:00
prod Version v0.7.2 2020-06-27 09:28:28 -04:00
docker_db_backup.sh Reorganizing docker compose files. 2019-08-15 18:05:49 -07:00
iframely.config.local.js Move volumes into subfolder (ref #474) (#23) 2020-03-09 16:50:28 +00:00
lemmy.hjson Fix previous comment, also fix link in docs 2020-06-26 19:16:41 +02:00