[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
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...