James Berry
James Berry
**Describe the bug** Using bulk_create to insert and update values on mariadb causes incompatible sql code to be generated **To Reproduce** ```python users = [ model.User(user_id="1",name="James",email="[email protected]"), model.User(user_id="2",name="Claire",email="[email protected]") ] await model.User.bulk_create(users,...
I have some long running worker_threads, none of the monitoring from these shows up on pm2 monit despite being initialised in exactly the same way as the main startup function....
The code uses a multiprocessing pool and tries to share memory through global variables. This is an invalid assumption and fails on macos for me. ` pool = multiprocessing.pool.ThreadPool(processes=8)` Switching...
getting this error thrown... except I only have a maximum of 3 waiters This is how I dequeue - is there a problem with timing out and rechecking? Does that...
Poracle will reply to previous messages about the same subject to set up a trail. Not optional, it always happens in this PR (will be made optional if gets pushed)...
Have you ever wished you could configure Poracle channels more easily? This is an experiment that might change quite a bit before finally committed. But there is no database migration...
Many users have redis already installed for MAD. This PR adds (optional) support to poracle to use this distributed cache as an alternative for the in-memory duplicate cache. This will...
As a sqlite user I would like to upgrade to mysql so that I can take advantage of backups and other mysql related tools (eg poracleweb project)