Rob Kooper
Rob Kooper
Can you try and see if you can do an `lsof` to a file while the process is running. You might be able to use `lsof -r 2 -c R`...
One option is to add some code to that does: ``` system2("ls", c("-l", "/proc/self/fd")) ``` And look at the output. This will list all open files. Not sure if there...
I think the error with 10,000 is related to the database sync.
other option is to bring up the full stack using docker and run a single test through curl. same as the current sipnet test (which runs with local install). See...
tested with rabbitmq, it works
do you want to rename this issue or should we open a a new issue that is specific for more complex testing.
Looking at the documentation https://pecanproject.github.io/pecan-documentation/develop/ the menu on the left is large and seems not to match what we have. Do we want to have 4 different books that match...
would like feedback from a technical writer as part of GSOD.
Nice thing about github_actions is that we can now ignore certain folders when building and vice versa. So now we can have the documentation only build if there are changes...
Problem with it being in its own repo that if something has changed that would require an update to the documentation it would need to happen as 2 pull requests....