[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
- Function crash first run after a while
Big issue I’m facing , almost all functions crash or run for a very long time the first time i run them after a long time without running them I have a “help-c...
- local (self-hosted) sites issues
setup: - `composer run installer:dev` issues - Getting error when visiting the site ```Synchronous function execution timed out. Use asynchronous execution in...
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...