I just tried to start on my first function on Appwrite 1.4. I tried to just deploy a blank NodeJS template app (appwrite init function and appwrite deploy function). Attemping to execute (from the Console) just sits on waiting forever, and the following is the logs from appwrite-worker-functions:
appwrite-worker-functions | [Job] Received Job (653fea4385cc95.14034750).
appwrite-worker-functions | [Job] Received Job (653fea43863748.05154683).
appwrite-worker-functions | [Job] (653fea43863748.05154683) failed to run.
appwrite-worker-functions | [Job] (653fea43863748.05154683) Pool 'cache_redis_main' is empty (size 10)
appwrite-worker-functions | [Error] Type: Exception
appwrite-worker-functions | [Job] (653fea4385cc95.14034750) failed to run.
appwrite-worker-functions | [Job] (653fea4385cc95.14034750) Pool 'cache_redis_main' is empty (size 10)
appwrite-worker-functions | [Error] Message: Pool 'cache_redis_main' is empty (size 10)
appwrite-worker-functions | [Error] File: /usr/src/code/vendor/utopia-php/pools/src/Pools/Pool.php
appwrite-worker-functions | [Error] Line: 174
appwrite-worker-functions | [Error] Type: Exception
appwrite-worker-functions | [Error] Message: Pool 'cache_redis_main' is empty (size 10)
appwrite-worker-functions | [Error] File: /usr/src/code/vendor/utopia-php/pools/src/Pools/Pool.php
appwrite-worker-functions | [Error] Line: 174
My old functions (v2 I think?) are still working fine.
All function executions fail
All Function executions fail
Clean install or upgrade?
Can you try restarting this worker?
Upgrade
Restarted the container and it seems to be working now
Thank you!
[SOLVED] All Function executions fail
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...