Greg Berns

Results 7 comments of Greg Berns

Bump. I'm getting [this error](https://discuss.ocaml.org/t/how-to-read-opam-install-satisfy-errors/7949) and it seems like the cause of the issue (I'm new to OCaml).

I think I see. So you're saying that a plan item is sent to an executor to be executed, and a plan item is executed serially. And the `with_items_from_csv` property...

If I'm understanding the code correctly, there are 1 to n iterations, and the concurrency controls how many iterations can run at once. But, within an iteration, a step is...

1. No idea how max_attempts is 10. I suspect that its 1 when the job is started, then something else 30 mins later is changing it, but no idea what...

We figured out what was happening, and it was unrelated to GraphileWorker. We were creating another pool and didn't have handlers correctly hooked up.

+1 to operate like `run`. Here's my current workflow: Run `dotnet test` in a test project directory using XUnit to run tests. I need to execute the tests from the...