Hey -- I have some functions (quite a few but) point is the executions just like, disappear? I have this one called UpdateSearchColumns that runs everytime a collection is updated, and it has 0 executions (I've updated a lot of things). Is there a cache or someting that gets cleared or?
TL;DR
Issue: The developer has noticed that certain functions, such as UpdateSearchColumns, are not being executed despite making multiple updates. They want to know if there is a cache or any other reason behind these missing function executions.
Solution: It is possible that there may be a cache issue causing the missing function executions. The developer should check if there are any caching mechanisms in place that could be interfering with the execution of the functions. They can also review the code and ensure that the function is properly triggered after each collection update. If no caching issues are found, further debugging may be required to identify the root cause of the problem.Recommended threads
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...