Rank 1: Thread
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!
Votes
0
Replies
7
Participants
2
Messages
8
Rank 1: Thread
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
Rank 1: Thread
Thanks that was it! Somehow the 1.9.0 update failed to add these new containers
Rank 1: Thread
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)
Rank 1: Thread
Yes I've added the 3 of them thank you
Rank 1: Thread
[SOLVED] Functions executed by events does not appear in Execution tab