Turboman3000Original post
Rank 1: Thread
I have a couple of functions on a self hosted instance of appwrite 1.7.3 - and all of them working fine except for one, this specific one written with the Go-SDK (i most of my functions are in Go) throws this error in the appwrite-worker-function-container. The function will be set to Processing and stays in this state forever. and it doesn't care about the set timeout of 900 seconds (15 minutes)
Summary
Developers running Go-SDK functions in Appwrite 1.7.3 are experiencing a SQL-related error causing the function to remain in the 'Processing' state indefinitely, ignoring the set timeout.