nextcloud / app_api

Nextcloud AppAPI
https://apps.nextcloud.com/apps/app_api
GNU Affero General Public License v3.0
81 stars 7 forks source link

Add occ command for sending events truly async #295

Closed andrey18106 closed 5 months ago

andrey18106 commented 5 months ago

This PR introduces our internal occ command for sending a request to ExApp with notification about an event happened. The occ command is needed to perform the HTTP request in a truly async maner not blocking the original PHP process during request, that have to improve the user experience. The request is limited to 2s timeout, so that this occ command process shouldn't live too long to not exceed the limits.