Intermittent: `(EXIT) shutdown: failed to start child: ConCache.LockSupervisor` · Issue #80 · sasa1977/con_cache · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the docs I tried to add :con_cache to applications but I got a warning, I think extra_applications is now correct.
Any thoughts much appreciated ❤️
I noticed I also sometimes see: ** (Mix) Could not start application con_cache: could not find application file: con_cache.app, again this goes away on retry.
It also never seems to happen on CI.
The text was updated successfully, but these errors were encountered:
When I run my tests or start iex I sometimes get the following error:
It is intermittent, and typically if I run the tests again there is no error.
This is how is setup:
As per the docs I tried to add
:con_cache
toapplications
but I got a warning, I thinkextra_applications
is now correct.Any thoughts much appreciated ❤️
I noticed I also sometimes see:
** (Mix) Could not start application con_cache: could not find application file: con_cache.app
, again this goes away on retry.It also never seems to happen on CI.
The text was updated successfully, but these errors were encountered: