I had a query in my apps that was timing out and I made some performance adjustments by creating separate queries. I ended up deleting this original query. This query had a failure event handler which would add a record and send me an email (via retool email) with the details.
However, now that the query has been deleted and new versions of the app released I keep getting the emails any time users use the app. Meaning the query is still running (which triggers a workflow) even though it doesn't exist anymore.
Not sure how to address this and any guidance from the team would be helpful!
Yes. So the deleted query had a failed event trigger which sent the query info as data. The only id I can see for the query is fetchStaticInfo2 (as in there is no integer id)
Nope, I exported the app and search for the query name and couldn't find it.
Yes, it is using release management and users are accessing the newest version.
The circumstances in my situation, which I just posted moments ago, are quite different, involving a module and a parent app.
But the symptom seems similar: deleted queries still being referenced in a strange manner: from a parent app that should be pointing to the Live version of a module where those same queries still exist.
Just thought I'd mention it as I was looking for something in the forums that might've been the same as my issue. Please ignore if this sounds unrelated