You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a module called stockdb with a storePrice verb which uses a mysql db and a query verb called insertStockPrice
This module is dependant on stocks, which periodically publishes to a topic that stockdb.storePrice consumes from.
I updated the code in stocks which caused a redeploy of stockdb.
After the redeploy I start getting these errors each time the sql verb is called:
error:stockdb:runner13: Call to deployments dpl-stockdb-26pnv7m4tewzljnk failed: call to verb stockdb.insertStockPrice failed: query address for prices not found
error:stockdb:runner13: Call to deployments dpl-stockdb-26pnv7m4tewzljnk failed: call to verb stockdb.storePrice failed: stockdb.insertStockPrice: call to verb stockdb.insertStockPrice failed: query address for prices not found
matt2e
changed the title
Mysql verb starts failing "query address for prices not found"
Mysql verb starts failing: "query address for prices not found"
Mar 12, 2025
I have a module called
stockdb
with astorePrice
verb which uses a mysql db and a query verb calledinsertStockPrice
This module is dependant on
stocks
, which periodically publishes to a topic thatstockdb.storePrice
consumes from.I updated the code in
stocks
which caused a redeploy ofstockdb
.After the redeploy I start getting these errors each time the sql verb is called:
I've seen this twice in the last 2 days.
log.json
Here's the queries file:
The text was updated successfully, but these errors were encountered: