Does anyone know what happens to the API when maintenance mode is enabled? I am trying to figure out how to deal with incoming requests from vendors, e.g. Twilio (SMS messaging), during maintenance mode. I can't figure out exactly what happens; e.g., does the API go down or does it continue to service requests? Does it change depending on the type of user - API or regular?
Announcement
Collapse
No announcement yet.
API during maintenance mode
Collapse
X
-
Hello bandtank
I've just tested and if i done everything correctly:
1. Admin user can always connect to api
2. Regular and api users cannot connect while maintenance mode is on
I recommend to only use api user credentials outside EspoCRM etc.
You can consider implementation of apps like n8n or RabbitMQ to make sure that all requests were delivered.
- Likes 1
Comment