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
- router_deployment_not_found
I updated my function a few times and now i am getting the error: router_deployment_not_found I even reverted back to my original code but i am still getting th...
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...