process0
process0
+1 for this feature. To note, using `apoc.merge.node/relationship` will not report accurate query updateStatistics
+1 for this feature. To note, using `apoc.merge.node/relationship` will not report accurate query updateStatistics
This is possible by adding a field to the `Model` class. ```diff --- venv/lib/python3.7/site-packages/py2neo/ogm/__init__.py 2021-05-10 15:52:20.237786016 -0400 +++ other/venv/lib/python3.7/site-packages/py2neo/ogm/__init__.py 2021-05-10 15:47:16.313949017 -0400 @@ -336,8 +337,10 @@ tx.merge(related_object) # 2a. remove...
@technige any update?
Progress?
Thanks for the response. Can you explain a bit more about how this would introduce a race condition? If you were to implement retry, how would you do it?
Thanks. After trying out this MR and hacking around it, I could not get it to work. This project does the same as `celery-once` (also abandoned) by attempting to lock...
Related https://github.com/hetznercloud/terraform-provider-hcloud/issues/340 that `subnet_id` is essentially a hack to ensure the subnet exists within the network.
@basepi I may be wrong, but I dont think this feature request is about the APM client shipping logs. I think this request is to integrate with the logging library...