[SOLVED] Functions executed by events does not appear in Execution tab
- 0
- Resolved
- 2
- Self Hosted
- Functions
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.tables..rows..create) does no appear in the "Executions" tab, even tho they are correctly executed!
Do you have the appwrite-worker-executions container ? If not add it
Thanks that was it! Somehow the 1.9.0 update failed to add these new containers
Is there anywhere in the documentation where I can find a description of each micro-services ?
yes, in 1.9.0 the execution is missing from the compose, and is fixed for 1.9.1.
Also there is two others containers that might be missing as well (tho seems not required)
Yes I've added the 3 of them thank you
[SOLVED] Functions executed by events does not appear in Execution tab
Recommended threads
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...
- Console display all Databases as TablesD...
While looking at an issue with <@1231860789355347971> we saw that the console was displaying ALL databases as `TablesDB` even if the real type in the API is `le...