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
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?