Vagif Abilov
Vagif Abilov
To summarize in short, it looks like in the statement { props workerActor with Router = Some routerConfig; SupervisionStrategy = Some
... and it works if I specify SupervisionStrategy like this: let routerConfig = FromConfig.Instance.WithSupervisorStrategy(routeeStrategy()) :> RouterConfig Then the question: shouldn't it _also_ work if SupervisionStrategy is set like in the...
No this happens only with routers. Since I have now both working and not working scenarios I can look more into this and hopefully come with a PR.
That's weird. Because it gets triggered for the original F# API.
Unique constraint implies a unique index: https://sqlite.org/lang_createtable.html#uniqueconst
Out of curiosity: is "comparer" element used in some scenarios? Looks like Thoth.Json.Giraffe/Thoth.Json.Net manage fine without it.
I have updated the issue with generated SQL statement. It's an inner join that is generated.
If you need to verify the fix, I have access to an Oracle system.
Just let me know when there is a commit I can check.
Suggestions from gitter: - You may or may not want to try logging some threadpool metrics to see whether there's some form of contention going on. This helped us trobleshoot...