JoeHitchen
JoeHitchen
I tried to have a quick look at this (as an outsider) since I think it's an important thing to have displayed but it seems the API only really describes...
After a discussion on a fork, I was able to stop `qcluster` with `Ctrl+Break` - performed by `Ctrl+Fn+B` - which is handled differently to the `KeyboardInterrupt` sent by `Ctrl+C`. This...
This seems reasonable to me, but I think a little nuiance is needed to handle cases of literal backslashes: - `'str\'i\'ng` - Q003 - `"str\'i\'ng"` - Q004 - `"str\\'i\\'ng"` -...
@sinowood - I can confirm that `Ctrl + Fn + B` works for me locally too, thank you! It inserts the `^C` character, which I guess is handled differently to...
@GDay - Don't have my docker config in front of me right now and want to sanity check it again before sharing, but will try to get back to you...
Sanity check failed - The restarting containers were not caused by anything within Django-Q! Happy for this to be closed, unless you are interested in keeping the suggestion of changing...
It seems to just be baseline usage, and I've observed it on two different machines. Monitoring with `docker stats`, most of the time it's around 3% compared to maybe 0.5%...
Any suggestions for what I should try to bring it down?
Thank you! I have monitoring tasks I'd want to run roughly every minute but I certainly don't need polling every 0.2s. I'll give these a go when I get the...