joe
joe
I was able to fix it, if you start Lab with ` --log-level DEBUG` flag you can see that the configuration path `~/.local/etc/jupyter` is not searched. I don't know how...
No difference in 0.6.0. The problem is that the configuration which loads the extension is not found because it is not in the correct location. I'm not sure if this...
If tests don't exist for the whole project, I don't see the point why a PR should be blocked for missing tests.
What I did is I wrote a janitor which every 20 seconds looks for pending pods which have PVCs bound to PVs on dead hosts and will remove the PVC...
Well I certainly would strongly advise against doing what I did but here is the unedited janitor I hacked up. Please only use it as a reference, I had to...
This was introduced in 0.6.5 when we actually started calling the verification: https://github.com/faust-streaming/faust/commit/7a45b2b4cd15b3ac8c562b6f2e0ac3368b23e4fa#diff-5704609ad5592d977f497ac5defed2c54606a1bf7e42f0677ddf88f59f47938bR278 The code doesn't care if commits go through, offsets are set in a dictionary and this is...
@wbarnha Could you please explain why you closed this issue? I don't see any recent changes to the problematic verification code I showed in https://github.com/faust-streaming/faust/issues/166#issuecomment-1192670398 I can still reproduce the...
I am unable to reproduce the issue, through Hiera I successfully configured the parameter like this: ```php::fpm::config::process_control_timeout: 30```
I propose that we move the `reload signal USR2` to php-fpm.conf where it belongs to fix your issue. Manipulating the umask is a bit more complex as setting it varies...
For everyone else who is confused I just wanted to comment that setting the `failover_strategy` is not enough. The first connection will always be opened to the first host in...