frappe-client
frappe-client copied to clipboard
Auto-reconnect
What is the recommended way to handle auto-reconnect of the frappe-client? Is there any plan for this as a feature?
Right now I create a connection at application start time, and then share the client object between modules. Do I need to initialize FrappeClient immediately before any calls?
What's the recommended supported way of handling a potentially transient ERPNext server?