
Hello, i have a function that is scheduled to run every 20 minuets i came to notice appwrite-schedule stops after 3 days. What could be the possible cause ?
I have attached an error log for appwrite-schedule.

Are you running from source? Is redis port exposed publicly?

Yes @Drake how can i check the redis port.

Why are you running from source? You shouldn't be running from source in a production environment

I have added a custom phone adapter to be able to send OTP during phone auth since it didn't support other providers, that was the reason why I decided to run from source. @Drake

Hmm... I'd probably just mount in files instead

That seems tough sir.

In docker-compose.yml, I wpuld recommend to remove all "ports" definitions except port 80 and 443. That way your server stays secure

Problem you are seeing is common when attackers try to abuse your redis instance.
Recommended threads
- 1.7.0 Self Hosted Upgrade
Hi, I've tried a fresh install on 1.7.0 and I've also done a fresh install on 1.6.2. 1.6.2 is working fine fresh, update to 1.7.0 and migrate fails Fresh inst...
- deno 2 Cloud random errors
we have big problems with the functions. although we do not change anything in the function, we have the following random behaviour: - no scope permissions erro...
- Functions not work on Server only Localh...
Hi, I successfully upgraded from 1.4 to 1.7, but I'm having a problem. The functions no longer work with the settings I had. I assume some changes were made. It...
